diff --git a/OpenBoard.pro b/OpenBoard.pro index a5d38f1f..a2c7ec4d 100644 --- a/OpenBoard.pro +++ b/OpenBoard.pro @@ -11,7 +11,7 @@ CONFIG += debug_and_release \ VERSION_MAJ = 1 VERSION_MIN = 02 VERSION_TYPE = r # a = alpha, b = beta, rc = release candidate, r = release, other => error -VERSION_PATCH = 00 +VERSION_PATCH = 03 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "") diff --git a/src/core/UBPersistenceManager.cpp b/src/core/UBPersistenceManager.cpp index afba962a..5600740f 100644 --- a/src/core/UBPersistenceManager.cpp +++ b/src/core/UBPersistenceManager.cpp @@ -170,10 +170,10 @@ QList > UBPersistenceManager::allDocumentProxies() shiftPagesToStartWithTheZeroOne(rootDir.path() + "/" + path); } - QFileSystemWatcher* watcher = new QFileSystemWatcher(this); - watcher->addPath(mDocumentRepositoryPath); +// QFileSystemWatcher* watcher = new QFileSystemWatcher(this); +// watcher->addPath(mDocumentRepositoryPath); - connect(watcher, SIGNAL(directoryChanged(const QString&)), this, SLOT(documentRepositoryChanged(const QString&))); +// connect(watcher, SIGNAL(directoryChanged(const QString&)), this, SLOT(documentRepositoryChanged(const QString&))); QList > proxies;