Remove action : save current diagram

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3388 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-10-20 23:06:32 +00:00
parent a4461fd1ba
commit ee4208329d
4 changed files with 0 additions and 30 deletions

View File

@@ -91,7 +91,6 @@ class QETDiagramEditor : public QETMainWindow {
void exportDialog();
void save();
void saveAs();
void saveCurrentDiagram();
bool newProject();
bool openProject();
bool openRecentFile(const QString &);
@@ -220,7 +219,6 @@ class QETDiagramEditor : public QETMainWindow {
QAction *close_file; ///< Close current project file
QAction *save_file; ///< Save current project
QAction *save_file_as; ///< Save current project as a specific file
QAction *save_cur_diagram; ///< Save current diagram of the current project only
private:
QMdiArea workspace;