mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +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:
@@ -585,14 +585,6 @@ QETResult ProjectView::saveAs(ProjectSaveOptions options) {
|
||||
return(doSave(options));
|
||||
}
|
||||
|
||||
/**
|
||||
Save the current diagram.
|
||||
@return A QETResult object reflecting the situation.
|
||||
*/
|
||||
QETResult ProjectView::saveCurrentDiagram() {
|
||||
return(doSave(CurrentDiagram));
|
||||
}
|
||||
|
||||
/**
|
||||
Save project content according to \a options, then write the project file. May
|
||||
call saveAs if no filepath was provided before.
|
||||
|
||||
Reference in New Issue
Block a user