kopia lustrzana https://gitlab.com/eliggett/wfview
Added camel case around #include <QtMultimedia/QAudioOutput>, so that linux can compile. Please test in windows to make sure I haven't broken it.
rodzic
6e074375e7
commit
3f5e7e53ce
|
@ -12,7 +12,7 @@
|
|||
#include <QtEndian>
|
||||
|
||||
// Needed for audio
|
||||
#include <QtMultimedia/qaudiooutput>
|
||||
#include <QtMultimedia/QAudioOutput>
|
||||
#include <QBuffer>
|
||||
|
||||
|
||||
|
@ -173,4 +173,4 @@ private:
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue