mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user