X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fosxnotificationbackend.h;h=02c79c16772b72c80d2ffde2c112dafdaad00446;hp=ed77115cab4adfebe81461a8a5f63da3a8f4c0d8;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hpb=30b159cb876a9495de42e9a3e70ca050516f0805 diff --git a/src/qtui/osxnotificationbackend.h b/src/qtui/osxnotificationbackend.h index ed77115c..02c79c16 100644 --- a/src/qtui/osxnotificationbackend.h +++ b/src/qtui/osxnotificationbackend.h @@ -29,14 +29,14 @@ class OSXNotificationBackend : public AbstractNotificationBackend Q_OBJECT public: - OSXNotificationBackend(QObject *parent = 0); + OSXNotificationBackend(QObject* parent = 0); - void notify(const Notification &); + void notify(const Notification&); void close(uint notificationId); - virtual SettingsPage *createConfigWidget() const; + virtual SettingsPage* createConfigWidget() const; private slots: - void enabledChanged(const QVariant &value); + void enabledChanged(const QVariant& value); private: class ConfigWidget; @@ -49,7 +49,7 @@ class OSXNotificationBackend::ConfigWidget : public SettingsPage Q_OBJECT public: - ConfigWidget(QWidget *parent = 0); + ConfigWidget(QWidget* parent = 0); void save(); void load(); bool hasDefaults() const; @@ -59,8 +59,8 @@ private slots: void widgetChanged(); private: - QCheckBox *_enabledBox; + QCheckBox* _enabledBox; bool _enabled; }; -#endif // OSXNOTIFICATIONBACKEND_H_ +#endif // OSXNOTIFICATIONBACKEND_H_