refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user