diff options
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/verifynotification.h b/verifynotification.h index 6f34f47..9aad46d 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -54,12 +54,13 @@ class VerifyNotification : public QWidget Q_OBJECT public: /** - * @brief - * - * @param ctx The GPGme-Context - * @param parent The parent widget - */ + * @brief + * + * @param ctx The GPGme-Context + * @param parent The parent widget + */ explicit VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx, KeyList *keyList,QTextEdit *edit); + /** * @details Set the text and background-color of verify notification. * |