X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftaskbarnotificationbackend.h;h=ca49ee936d587363998d496c87811ca9372c796a;hp=3adb09f16c8cb749585f51237ac00ad1d060318d;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/qtui/taskbarnotificationbackend.h b/src/qtui/taskbarnotificationbackend.h index 3adb09f1..ca49ee93 100644 --- a/src/qtui/taskbarnotificationbackend.h +++ b/src/qtui/taskbarnotificationbackend.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -33,7 +33,7 @@ class TaskbarNotificationBackend : public AbstractNotificationBackend Q_OBJECT public: - TaskbarNotificationBackend(QObject *parent = 0); + TaskbarNotificationBackend(QObject *parent = nullptr); void notify(const Notification &); void close(uint notificationId); @@ -56,7 +56,7 @@ class TaskbarNotificationBackend::ConfigWidget : public SettingsPage Q_OBJECT public: - ConfigWidget(QWidget *parent = 0); + ConfigWidget(QWidget *parent = nullptr); void save(); void load(); bool hasDefaults() const;