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:
Diffstat (limited to 'src/gui/folderwatcher_linux.h')
-rw-r--r--src/gui/folderwatcher_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderwatcher_linux.h b/src/gui/folderwatcher_linux.h
index 413ad7d37..ee0d2c065 100644
--- a/src/gui/folderwatcher_linux.h
+++ b/src/gui/folderwatcher_linux.h
@@ -37,7 +37,7 @@ class FolderWatcherPrivate : public QObject
public:
FolderWatcherPrivate() {}
FolderWatcherPrivate(FolderWatcher *p, const QString &path);
- ~FolderWatcherPrivate();
+ ~FolderWatcherPrivate() override;
int testWatchCount() const { return _pathToWatch.size(); }