aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2020-11-19 03:19:30 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2020-11-19 03:19:30 +0000
commitf2e5a6b54fa38b10d822609939b8108bd8fe041b (patch)
tree63a7f90b96e9602b25ee92d57e2a12cd6e79e4b4 /src/qt/intro.h
parent62932cc686dc46ce14c026993deea8e561654177 (diff)
downloadbitcoin-f2e5a6b54fa38b10d822609939b8108bd8fe041b.tar.xz
GUI/Intro: Abstract GUI-to-option into Intro::getPrune
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r--src/qt/intro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h
index 67888343a5..bf7dad6ffb 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -36,6 +36,7 @@ public:
QString getDataDirectory();
void setDataDirectory(const QString &dataDir);
+ int64_t getPruneMiB() const;
/**
* Determine data directory. Let the user choose if the current one doesn't exist.