Improved question an error handling when closing and saving query.

This commit is contained in:
eelke 2017-02-19 14:46:01 +01:00
parent f5046fbd68
commit 4adb78a84e
2 changed files with 27 additions and 13 deletions

View file

@ -55,8 +55,8 @@ public:
void newdoc();
// void open();
bool load(const QString &filename);
void save();
void saveAs();
bool save();
bool saveAs();
void saveCopyAs();
void execute();