mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 07:46:07 +00:00
Build fixes
This commit is contained in:
parent
69b6022afe
commit
3af24eafbb
@ -11,7 +11,6 @@
|
|||||||
#include <QCursor>
|
#include <QCursor>
|
||||||
#include <QElapsedTimer>
|
#include <QElapsedTimer>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include<QTranslator>
|
|
||||||
|
|
||||||
// Don't let SDL hook our main function, since Qt is already
|
// Don't let SDL hook our main function, since Qt is already
|
||||||
// doing the same thing. This needs to be before any headers
|
// doing the same thing. This needs to be before any headers
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
#include <QTranslator>
|
#include <QTranslator>
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
|
#include <QLocale>
|
||||||
|
|
||||||
|
#include <QtDebug>
|
||||||
|
|
||||||
#define SER_STREAMSETTINGS "streamsettings"
|
#define SER_STREAMSETTINGS "streamsettings"
|
||||||
#define SER_WIDTH "width"
|
#define SER_WIDTH "width"
|
||||||
@ -162,7 +165,7 @@ bool StreamingPreferences::retranslate()
|
|||||||
m_QmlEngine->retranslate();
|
m_QmlEngine->retranslate();
|
||||||
#else
|
#else
|
||||||
// Unreachable below Qt 5.10 due to the check above
|
// Unreachable below Qt 5.10 due to the check above
|
||||||
Q_ASSERT(FALSE);
|
Q_ASSERT(false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user