X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;fp=src%2Fuisupport%2Fabstractnotificationbackend.h;h=982855ff7318329d17ee8131f26b347932c6324f;hp=cc9941b0f72f98827a86abab26dde4a0d213d7e5;hb=b66b1d455e0a6c8c438cf2b8ceecdd738cbfcb04;hpb=7c261a2241532e6d11c678289823d590d5244549 diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index cc9941b0..982855ff 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.h @@ -48,10 +48,10 @@ public: virtual void notify(const Notification &) = 0; virtual void close(uint notificationId) { Q_UNUSED(notificationId); } - //! factory to create a configuration widget suitable for a specific notification backend + //! Factory to create a configuration widget suitable for a specific notification backend /** - * AbstractNotification will not take owner ship of that configWidget! - * in case you need to communicate with the configWidget directly, make your connections here + * AbstractNotification will not take ownership of that configWidget! + * In case you need to communicate with the configWidget directly, make your connections here */ virtual SettingsPage *createConfigWidget() const = 0; };