From cdcfb07b963cc844f78db0015c0d51298dd8bc90 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 8 Aug 2011 18:14:23 +0000 Subject: 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 --- editorpage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editorpage.h') 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; -- cgit v1.2.3