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:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-12 18:19:49 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-08-13 15:19:42 +0300
commit2f8c29082a527c66a9f50cca56725b6215808baa (patch)
tree3bbb44b93bf3a308b68dc6f6c914f8393043b955 /src/gui/folderwatcher_linux.h
parent2d4d66b998e68aedd0de5a8b0659f5e80fa6350a (diff)
Enable the modernize-use-equals-default check on clang-tidy
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
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 24d337777..e44fc421c 100644
--- a/src/gui/folderwatcher_linux.h
+++ b/src/gui/folderwatcher_linux.h
@@ -33,7 +33,7 @@ class FolderWatcherPrivate : public QObject
{
Q_OBJECT
public:
- FolderWatcherPrivate() {}
+ FolderWatcherPrivate() = default;
FolderWatcherPrivate(FolderWatcher *p, const QString &path);
~FolderWatcherPrivate();