Merge branch 'develop' into feature/UndoRedoWithModelData
This commit is contained in:
@ -23,7 +23,7 @@ class GenericCore : public QObject {
|
||||
void triggerApplicationUpdate();
|
||||
|
||||
std::shared_ptr<QUndoStack> getModUndoStack() const;
|
||||
std::shared_ptr<QAbstractItemModel> getModel() const;
|
||||
std::shared_ptr<TableModel> getModel() const;
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
Reference in New Issue
Block a user