配置更改

This commit is contained in:
shuibing811
2025-07-08 10:03:12 +08:00
parent e36ce161e0
commit 6f68ca562c
3 changed files with 15 additions and 8 deletions

View File

@@ -148,6 +148,8 @@ private:
int m_callDuration = 0;
QString m_udpIp{"127.0.0.1"};
uint16_t m_localPort{8000};
uint16_t m_peerPort{8080};
QTimer* m_timer;
std::shared_ptr<QTimer> m_talkingTimer;