---
This commit is contained in:
13
mainwindow.h
13
mainwindow.h
@@ -86,6 +86,11 @@ private:
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
CallStatus m_callStatus = CallStatus::Idle;
|
||||
std::vector<Record> m_msgList;
|
||||
|
||||
int m_callDuration = 0;
|
||||
std::shared_ptr<QTimer> m_timer;
|
||||
std::shared_ptr<spdlog::logger> m_logger;
|
||||
std::shared_ptr<QUdpSocket> m_udpSocket;
|
||||
std::shared_ptr<QUdpSocket> m_udpServerSocket;
|
||||
std::shared_ptr<RecordQuery> m_recordQueryWidget;
|
||||
@@ -94,13 +99,5 @@ private:
|
||||
QPolarChart* m_azimuthChart;
|
||||
QBarCategoryAxis* m_signalStrengthChartXAxis;
|
||||
QValueAxis* m_signalStrengthChartYAxis;
|
||||
|
||||
std::shared_ptr<spdlog::logger> m_logger;
|
||||
|
||||
std::vector<Record> m_msgList;
|
||||
|
||||
std::shared_ptr<QTimer> m_timer;
|
||||
int m_callDuration = 0;
|
||||
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user