From 62932cc686dc46ce14c026993deea8e561654177 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 20 Apr 2020 14:42:52 +0000 Subject: GUI/Intro: Return actual prune setting from showIfNeeded --- src/qt/intro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/intro.h') 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(); -- cgit v1.2.3