mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Fixed some warnings from Mac ports compilation (2)
This commit is contained in:
parent
f1d46c440a
commit
567acfcbc9
@ -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…
Reference in New Issue
Block a user