Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.7.0
-
None
-
I guess all of them, tested on mac
Description
Title says everything. Example implementation:
bool operator==(const QAudioDeviceInfo& a, const QAudioDeviceInfo& b) {
return a.deviceName() == b.deviceName();
}
While this seems trivial, it took me a while to hunt down the error message so inclusion in Qt maybe saves wasting time from other people.