Items can be saved before starting the updater.
This commit is contained in:
@ -20,7 +20,7 @@ class GenericCore : public QObject {
|
||||
void sayHello() const;
|
||||
|
||||
bool isApplicationUpdateAvailable();
|
||||
void triggerApplicationUpdate();
|
||||
void triggerApplicationUpdate(const bool saveChanges);
|
||||
|
||||
QUndoStack* getModelUndoStack() const;
|
||||
std::shared_ptr<TableModel> getModel() const;
|
||||
|
||||
Reference in New Issue
Block a user