More model improvements (synchronization in DeviceTypesModel)
This commit is contained in:
@@ -28,6 +28,11 @@ public:
|
||||
signals:
|
||||
void controllerChanged(DmxController *controller);
|
||||
|
||||
private slots:
|
||||
void otherDeviceTypeInserted(int first, int last);
|
||||
void otherDeviceTypeRemoved(int first, int last);
|
||||
void otherDeviceTypeNameChanged(int row, const QString &name);
|
||||
|
||||
private:
|
||||
DmxController *m_controller{};
|
||||
};
|
||||
|
Reference in New Issue
Block a user