Commit 08f7b3c1 authored by Clément Fauconnier's avatar Clément Fauconnier

force saving of current scene, while not explicitely asked to not

parent c464de12
...@@ -160,7 +160,7 @@ class UBBoardController : public UBDocumentContainer ...@@ -160,7 +160,7 @@ class UBBoardController : public UBDocumentContainer
} }
qreal currentZoom(); qreal currentZoom();
void persistViewPositionOnCurrentScene(); void persistViewPositionOnCurrentScene();
void persistCurrentScene(bool isAnAutomaticBackup = false, bool forceImmediateSave = false); void persistCurrentScene(bool isAnAutomaticBackup = false, bool forceImmediateSave = true);
void showNewVersionAvailable(bool automatic, const UBVersion &installedVersion, const UBSoftwareUpdate &softwareUpdate); void showNewVersionAvailable(bool automatic, const UBVersion &installedVersion, const UBSoftwareUpdate &softwareUpdate);
void setBoxing(QRect displayRect); void setBoxing(QRect displayRect);
void setToolbarTexts(); void setToolbarTexts();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment