aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-07-05 00:47:21 +0530
committerLibravatar Keshav Bhatt <keshavnrj@gmail.com>2022-07-05 00:47:21 +0530
commit9f566869d49578b12e445f8c275e7f8067daf5be (patch)
treec0c4fb7fc6577ed562fd0311a3c01cf1cb2f18bb /src/mainwindow.h
parent974933d025cbfee79fe4f987ad62272621e7e373 (diff)
parentcee2dc85e3ce245813b01be3f01457cc88305288 (diff)
downloadwhatsie-9f566869d49578b12e445f8c275e7f8067daf5be.tar.gz
whatsie-9f566869d49578b12e445f8c275e7f8067daf5be.zip
chore: Merge branch 'dev'v4.7.1
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f8a4ff5..76abe86 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -55,7 +55,7 @@ public slots:
void alreadyRunning(bool notify = false);
void notify(QString title, QString message);
void toggleTheme();
- void doReload(bool byPassCache = false, bool isAskedByCLI = false);
+ void doReload(bool byPassCache = false, bool isAskedByCLI = false, bool byLoadingQuirk = false);
void newChat();
protected slots:
void closeEvent(QCloseEvent *event) override;