correct disconnect

This commit is contained in:
2025-07-04 03:37:30 +07:00
parent 868b770e0e
commit d11dcdd885
2 changed files with 4 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ private:
QLabel* m_statusLabel{};
int m_requestCounter;
int m_responseCounter;
bool m_disconnectRequested{false};
};
#endif // MAINWINDOW_H