Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2016-09-12 15:03:11 +0300
committerckamm <mail@ckamm.de>2016-09-12 15:03:11 +0300
commitd5a481f13240b50ff3993184152d3d4145ebfde0 (patch)
treeeb25917ba0812dc244905d5f16373ef8dabd5737 /src/gui/folderwatcher.h
parent1d09f6b60fa1a56e9e42f28cc20bf305e4d327f2 (diff)
FolderWatcher: Act on relative paths #5116 (#5153)
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index 15fe223a4..9b0d17471 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -89,6 +89,7 @@ private:
QTime _timer;
QSet<QString> _lastPaths;
Folder* _folder;
+ QString _canonicalFolderPath;
friend class FolderWatcherPrivate;
};