diff options
author | 2023-03-07 23:12:12 +0600 | |
---|---|---|
committer | 2023-03-07 23:12:12 +0600 | |
commit | 8130e7616ca9260b2bafd7cc1a0d066bfa442997 (patch) | |
tree | 196b6ca40e43c79299d781ebd767eb7e2ac65c8f /src/mainwindow.h | |
parent | b6fd8414a4387cac5c03d2a9e9529086acb484c9 (diff) | |
parent | 594d9515ac0bc0adf50ae288b85e31c10bd90d27 (diff) | |
download | whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.tar.gz whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.zip |
Update upstream source from tag 'upstream/4.12.1'
Update to upstream version '4.12.1'
with Debian dir 20fc3fb6707b619235ac02b06cb881c2422626d2
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 98dbf8b..4ca25d5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -91,11 +91,11 @@ private: QSystemTrayIcon *trayIcon; QWebEngineView *webEngine; SettingsWidget *settingsWidget = nullptr; - DownloadManagerWidget m_downloadManagerWidget; - QScopedPointer<QWebEngineProfile> m_otrProfile; + DownloadManagerWidget downloadManagerWidget; + QScopedPointer<QWebEngineProfile> otrProfile; Lock *lockWidget = nullptr; int correctlyLoaderRetries = 4; - QStringList m_dictionaries; + QStringList dictionaries; AutoLockEventFilter *autoLockEventFilter = nullptr; private slots: @@ -121,7 +121,7 @@ private slots: void quitApp(); void initRateWidget(); void initThemes(); - void handleZoomOnWindowStateChange(QWindowStateChangeEvent *ev); + void handleZoomOnWindowStateChange(const QWindowStateChangeEvent *ev); void handleZoom(); void changeLockPassword(); void forceLogOut(); @@ -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 |