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

@@ -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.