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>2020-02-05 14:34:41 +0300
committerOlivier Goffart <olivier@woboq.com>2020-02-10 18:41:07 +0300
commitfc69d5271e674bde6b71ba46b1d86588b9b30705 (patch)
tree9b239a78d1404755ff151cdceb4943b57870c6b8 /src/gui/notificationwidget.h
parent146d75a2d601509157a0fcd981ef0209926e7d6c (diff)
Run clang-tidy check for modernize-use-nullptr
Diffstat (limited to 'src/gui/notificationwidget.h')
-rw-r--r--src/gui/notificationwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/notificationwidget.h b/src/gui/notificationwidget.h
index ce0e95f2b..6058977b0 100644
--- a/src/gui/notificationwidget.h
+++ b/src/gui/notificationwidget.h
@@ -31,7 +31,7 @@ class NotificationWidget : public QWidget
{
Q_OBJECT
public:
- explicit NotificationWidget(QWidget *parent = 0);
+ explicit NotificationWidget(QWidget *parent = nullptr);
bool readyToClose();
Activity activity() const;