aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 43b02f5..4c2c1b8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -129,6 +129,9 @@ private slots:
void injectNewChatJavaScript();
void triggerNewChat(QString phone, QString text);
void restoreMainWindow();
+ void injectFullWidthJavaScript();
+ void injectMutationObserver();
+ void injectClassChangeObserver();
};
#endif // MAINWINDOW_H