Added lots of model synchronization mechanisms

This commit is contained in:
2023-02-19 20:54:51 +01:00
parent 01129e7a30
commit 9edce9bee4
5 changed files with 187 additions and 2 deletions

View File

@ -32,6 +32,7 @@ private slots:
void otherDeviceTypeInserted(int first, int last);
void otherDeviceTypeRemoved(int first, int last);
void otherDeviceTypeNameChanged(int row, const QString &name);
void otherDeviceTypeIconNameChanged(int row, const QString &name);
private:
DmxController *m_controller{};