Build fixes
This commit is contained in:
parent
69b6022afe
commit
3af24eafbb
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,9 @@
|
|||
#include <QSettings>
|
||||
#include <QTranslator>
|
||||
#include <QCoreApplication>
|
||||
#include <QLocale>
|
||||
|
||||
#include <QtDebug>
|
||||
|
||||
#define SER_STREAMSETTINGS "streamsettings"
|
||||
#define SER_WIDTH "width"
|
||||
|
|
@ -162,7 +165,7 @@ bool StreamingPreferences::retranslate()
|
|||
m_QmlEngine->retranslate();
|
||||
#else
|
||||
// Unreachable below Qt 5.10 due to the check above
|
||||
Q_ASSERT(FALSE);
|
||||
Q_ASSERT(false);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue