Items can be added to model dynamically.
This commit is contained in:
@ -21,7 +21,7 @@ class GenericCore : public QObject {
|
||||
bool isApplicationUpdateAvailable();
|
||||
void triggerApplicationUpdate();
|
||||
|
||||
std::shared_ptr<QAbstractItemModel> getModel() const;
|
||||
std::shared_ptr<TableModel> getModel() const;
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
Reference in New Issue
Block a user