Merge branch 'develop' into feature/UndoRedoWithModelData

This commit is contained in:
2025-12-09 09:57:22 +01:00
7 changed files with 161 additions and 14 deletions

View File

@ -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);