aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2023-01-27 02:57:48 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2023-01-27 10:10:17 +0530
commit011db4495d98932cbffa5fc2268ee1a3e2984aa6 (patch)
treea071bf7c135d254bb7976e022839c49475d7552c /src/mainwindow.h
parent56c55a949854f9dd73b60e353be35bd31407cee0 (diff)
downloadwhatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.tar.gz
whatsie-011db4495d98932cbffa5fc2268ee1a3e2984aa6.zip
chore: cleanup
- move methods to page
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 98dbf8b..f6346ad 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -129,13 +129,8 @@ private slots:
bool isLoggedIn();
void initAutoLock();
void appAutoLockChanged();
- void injectNewChatJavaScript();
void triggerNewChat(QString phone, QString text);
void restoreMainWindow();
- void injectFullWidthJavaScript();
- void injectMutationObserver();
- void injectClassChangeObserver();
- void injectPreventScrollWheelZoomHelper();
};
#endif // MAINWINDOW_H