diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-08 18:14:23 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-08 18:14:23 +0000 |
commit | cdcfb07b963cc844f78db0015c0d51298dd8bc90 (patch) | |
tree | bb592666d2af5b2f79c4e6054bb94d5e37773655 /editorpage.h | |
parent | css for verifynotification (diff) | |
download | gpg4usb-cdcfb07b963cc844f78db0015c0d51298dd8bc90.tar.gz gpg4usb-cdcfb07b963cc844f78db0015c0d51298dd8bc90.zip |
changed removeNoteByClassname to hideNoteByClassname since remove doesn't work
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@509 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'editorpage.h')
-rw-r--r-- | editorpage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editorpage.h b/editorpage.h index a879704..ada38eb 100644 --- a/editorpage.h +++ b/editorpage.h @@ -37,9 +37,8 @@ public: const QString& getFilePath() const; void setFilePath(const QString &filePath); QPlainTextEdit *getTextPage(); - void showVerifyLabel(bool showLabel); void showNotificationWidget(QWidget *widget, const char *className); - void removeNoteByClass(const char *className); + void hideNoteByClass(const char *className); private: QPlainTextEdit *textPage; |