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 17:14:48 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-08-12 20:45:25 +0300
commitcdf6e7d72b9a059a7026a66e7057e788a7c43f21 (patch)
tree55a9ac7464f78185d67f8311d1360b89d6d8555c /src/gui/accountstate.h
parent3ff899cff9d27ba16e6229553a8b472f5d61cc9c (diff)
Enable the modernize-user-nullptr check on clang-tidy
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 7e390e167..78aee40af 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -229,7 +229,7 @@ class AccountApp : public QObject
public:
AccountApp(const QString &name, const QUrl &url,
const QString &id, const QUrl &iconUrl,
- QObject* parent = 0);
+ QObject* parent = nullptr);
QString name() const;
QUrl url() const;