aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-08 18:14:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-08 18:14:23 +0000
commitcdcfb07b963cc844f78db0015c0d51298dd8bc90 (patch)
treebb592666d2af5b2f79c4e6054bb94d5e37773655 /editorpage.h
parentcss for verifynotification (diff)
downloadgpg4usb-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.h3
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;