fixed using importing

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent f8a21c1b3c
commit 33e4ba44e8
  1. 2
      src/core/UBPersistenceManager.cpp

@ -274,6 +274,8 @@ UBDocumentProxy* UBPersistenceManager::createDocumentFromDir(const QString& pDoc
{
checkIfDocumentRepositoryExists();
UBPersistenceManager::persistenceManager()->shiftPagesToStartWithTheZeroOne(pDocumentDirectory);
UBDocumentProxy* doc = new UBDocumentProxy(pDocumentDirectory); // deleted in UBPersistenceManager::destructor
if (pGroupName.length() > 0)

Loading…
Cancel
Save