Items can be saved via menu action and when exiting application with unclean undo stack.

This commit is contained in:
2025-12-23 10:18:00 +01:00
parent 6cd0519237
commit 8333be2044
2 changed files with 10 additions and 3 deletions

View File

@ -54,6 +54,9 @@ class MainWindow : public QMainWindow {
void onCleanStateChanged(bool clean);
void onShowUndoViewToggled(bool checked);
/// 'File' slots
void saveItems();
private:
Ui::MainWindow* ui;