aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.h
diff options
context:
space:
mode:
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;