aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-03 07:28:53 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-03 07:28:53 +0000
commit2615bcb97c94f7d045d934c766d63a4aea97f03a (patch)
tree3318e85b3204e05183025602f46de875e5a47916 /editorpage.h
parentadded import from keyserver to keymgmt (diff)
downloadgpg4usb-2615bcb97c94f7d045d934c766d63a4aea97f03a.tar.gz
gpg4usb-2615bcb97c94f7d045d934c766d63a4aea97f03a.zip
css for verifynotification
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@508 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.h')
-rw-r--r--editorpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editorpage.h b/editorpage.h
index 9f8144c..a879704 100644
--- a/editorpage.h
+++ b/editorpage.h
@@ -38,7 +38,8 @@ public:
void setFilePath(const QString &filePath);
QPlainTextEdit *getTextPage();
void showVerifyLabel(bool showLabel);
- void showNotificationWidget(QWidget *widget);
+ void showNotificationWidget(QWidget *widget, const char *className);
+ void removeNoteByClass(const char *className);
private:
QPlainTextEdit *textPage;