diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-19 03:19:30 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-11-19 03:19:30 +0000 |
commit | f2e5a6b54fa38b10d822609939b8108bd8fe041b (patch) | |
tree | 63a7f90b96e9602b25ee92d57e2a12cd6e79e4b4 /src/qt/intro.h | |
parent | 62932cc686dc46ce14c026993deea8e561654177 (diff) |
GUI/Intro: Abstract GUI-to-option into Intro::getPrune
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 1 |
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. |