Reworked methods related to project saving in order to optimize the "save all" feature.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1897 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-07-05 05:54:45 +00:00
parent 616a96ff58
commit 1fe9a2bce1
2 changed files with 49 additions and 31 deletions

View File

@@ -89,6 +89,7 @@ class ProjectView : public QWidget {
bool tryClosing();
bool tryClosingElementEditors();
bool tryClosingDiagrams();
QString askUserForFilePath(bool = true);
private slots:
void tabChanged(int);