aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2021-05-30 22:04:28 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2021-05-30 22:04:28 +0530
commit84f120f133ba1b2ca7db2cf99010245ed1d94234 (patch)
treeb74e0585cf144532b5a7d78e132794d54af312aa /src/mainwindow.h
parent6045235c1d9a2dfd91d593a9d62b2f5fa09b8c8c (diff)
downloadwhatsie-84f120f133ba1b2ca7db2cf99010245ed1d94234.tar.gz
whatsie-84f120f133ba1b2ca7db2cf99010245ed1d94234.zip
allow passing app arguments
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a78bea0..f5c51b2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -50,6 +50,8 @@ public slots:
void handleWebViewTitleChanged(QString title);
void handleLoadFinished(bool loaded);
void handleDownloadRequested(QWebEngineDownloadItem *download);
+ void loadAppWithArgument(const QString arg);
+
protected slots:
void closeEvent(QCloseEvent *event) override;