This commit is contained in:
2025-07-04 03:34:30 +07:00
parent 73243f8c7a
commit 868b770e0e
2 changed files with 22 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ private:
void initModbusConnection();
void readRegisters();
void loadConfiguration();
void updateStatusBar() const; // Добавлен const
QTableWidget* m_table{};
QString m_ipAddress;
@@ -69,7 +70,6 @@ private:
QLabel* m_statusLabel{};
int m_requestCounter;
int m_responseCounter;
void updateStatusBar();
};
#endif // MAINWINDOW_H