summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 598d66e3..565843f2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -109,14 +109,16 @@ public Q_SLOTS:
void updateHighlight();
void findSelectedText();
+ void changeWindowIcon(int index);
+
Q_SIGNALS:
// switching tabs
void ctrlTabPressed();
void shiftCtrlTabPressed();
-
+
void triggerPartPrint();
void triggerPartFind();
-
+
protected Q_SLOTS:
void saveNewToolbarConfig();