summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-25 23:18:47 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:05 -0500
commitb1e681e129d87cb2f8aab89a734ab7b185975bcd (patch)
tree14d2e1cc78f3093a2fcc0394f7b9b97a21f40e3e /src/mainwindow.h
parent8987693dcf7dc116361869f128fd443716511f0c (diff)
hide tutorial question option
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 814e0363..8b2188c8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -506,6 +506,7 @@ private slots:
void hideSaveGameInfo();
void hookUpWindowTutorials();
+ bool shouldStartTutorial() const;
void resumeDownload(int downloadIndex);
void endorseMod(ModInfo::Ptr mod);