diff options
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; |