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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-09-12 16:02:54 +0300
committerOlivier Goffart <ogoffart@woboq.com>2016-09-12 17:05:55 +0300
commit904cd46f757bf329b719bd815394ff986be99aaf (patch)
treebd736a12677f6ad7db7da9c88cba4a6d077fa00e /src/gui/folderwatcher.h
parent2d110540ee5a67d2c014fcf4258840d3aaf538ac (diff)
Revert "FolderWatcher: Act on relative paths #5116 (#5153)"
This is not sufficient as it is not working for the Socket API. Next commit will fix it in another layer. Also, not ignoring paths that are not inside the folder is wrong as it might still happen if the name has a different casing This reverts commit d5a481f13240b50ff3993184152d3d4145ebfde0.
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index 9b0d17471..15fe223a4 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -89,7 +89,6 @@ private:
QTime _timer;
QSet<QString> _lastPaths;
Folder* _folder;
- QString _canonicalFolderPath;
friend class FolderWatcherPrivate;
};