add message box on save

This commit is contained in:
uvos 2022-04-15 12:13:27 +02:00
parent 09b23fc296
commit a6aad07f05
3 changed files with 15 additions and 3 deletions

View file

@ -50,10 +50,11 @@ private slots:
void slotChangedRgb(const QColor color);
void showPowerItemDialog();
void showItemCreationDialog();
void saved();
public slots:
void changeHeaderLableText(QString string);
void changeHeaderLableText(QString string);
};
#endif // MAINWINDOW_H