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

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent c464de1238
commit 08f7b3c1d5
  1. 2
      src/board/UBBoardController.h

@ -160,7 +160,7 @@ class UBBoardController : public UBDocumentContainer
}
qreal currentZoom();
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 setBoxing(QRect displayRect);
void setToolbarTexts();

Loading…
Cancel
Save