Fixed some warnings from Mac ports compilation

This commit is contained in:
f4exb
2020-04-19 06:14:45 +02:00
parent 98925cce82
commit b64d813cfc
27 changed files with 84 additions and 50 deletions
@@ -19,6 +19,7 @@
#define INCLUDE_REMOTEINPUTGUI_H
#include <QTimer>
#include <QElapsedTimer>
#include <QWidget>
#include <QNetworkRequest>
@@ -95,7 +96,7 @@ private:
uint32_t m_countUnrecoverable;
uint32_t m_countRecovered;
QTime m_eventsTime;
QElapsedTimer m_eventsTime;
bool m_doApplySettings;
bool m_forceSettings;