This commit is contained in:
shuibing811
2025-02-12 10:09:07 +08:00
parent 67595b284b
commit aad820dde7
5 changed files with 14 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ private:
Ui::MainWindow *ui;
CallStatus m_callStatus = CallStatus::Idle;
std::vector<Record> m_msgList;
int m_unReadMsgCount = 0;
int m_callDuration = 0;
std::shared_ptr<QTimer> m_timer;
std::shared_ptr<spdlog::logger> m_logger;