aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-04-20 14:42:52 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-11-19 03:15:53 +0000
commit62932cc686dc46ce14c026993deea8e561654177 (patch)
treec96402f607c6113a978164fa6fb57c09051d2671 /src/qt/intro.h
parenta47e5964861dfb98d61719c9852e12fd6da84c31 (diff)
downloadbitcoin-62932cc686dc46ce14c026993deea8e561654177.tar.xz
GUI/Intro: Return actual prune setting from showIfNeeded
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r--src/qt/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h
index 51f42de7ac..67888343a5 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -47,7 +47,7 @@ public:
* @note do NOT call global GetDataDir() before calling this function, this
* will cause the wrong path to be cached.
*/
- static bool showIfNeeded(bool& did_show_intro, bool& prune);
+ static bool showIfNeeded(bool& did_show_intro, int64_t& prune_MiB);
Q_SIGNALS:
void requestCheck();