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:
authorJ-P Nurmi <jpnurmi@gmail.com>2018-11-11 12:56:22 +0300
committerJ-P Nurmi <jpnurmi@gmail.com>2018-11-11 12:56:22 +0300
commitfb5ff96ed6b817233eb9092b94bb36d1a6766859 (patch)
treeb188d8b3f7322f97937a8285bab7f5e0b55247e0 /src/gui/folderwatcher.h
parent371001c9ffea5e99abe971fcb155af64f25b024b (diff)
GUI: run clang-tidy modernize-use-nullptr
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index fcae5c837..a6cf006e2 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -56,7 +56,7 @@ class FolderWatcher : public QObject
Q_OBJECT
public:
// Construct, connect signals, call init()
- explicit FolderWatcher(Folder *folder = 0L);
+ explicit FolderWatcher(Folder *folder = nullptr);
virtual ~FolderWatcher();
/**