Add override to DBusNotification

This commit is contained in:
Martchus 2019-05-28 21:33:24 +02:00
parent 157588f591
commit 303d9ae779
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
explicit DBusNotification(
const QString &title, NotificationIcon icon = NotificationIcon::Information, int timeout = 10000, QObject *parent = nullptr);
explicit DBusNotification(const QString &title, const QString &icon, int timeout = 10000, QObject *parent = nullptr);
~DBusNotification();
~DBusNotification() override;
static bool isAvailable();
const QString &title() const;