mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-18 22:23:17 -05:00
Fixed some warnings from Mac ports compilation (2)
This commit is contained in:
parent
3650e6c88f
commit
9d63f9ea44
@ -21,7 +21,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <QTimer>
|
||||
#include <QTime>
|
||||
#include <QElapsedTimer>
|
||||
#include <QWidget>
|
||||
#include <QNetworkRequest>
|
||||
|
||||
@ -113,7 +113,7 @@ private:
|
||||
uint32_t m_lastSampleCount;
|
||||
uint64_t m_lastTimestampUs;
|
||||
bool m_resetCounts;
|
||||
QTime m_time;
|
||||
QElapsedTimer m_time;
|
||||
|
||||
QPalette m_paletteGreenText;
|
||||
QPalette m_paletteRedText;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user