aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-12 15:21:20 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-01-14 18:53:02 +0200
commitdaa3f3fa9071a229275dd6a1b8445237ddc3fa97 (patch)
tree85ffc0f0b1e137a988e89e6a5feee1a54b848586 /src/qt/intro.h
parente4caa82a03df5c6a6d5d29f34ab006d732c6dac1 (diff)
downloadbitcoin-daa3f3fa9071a229275dd6a1b8445237ddc3fa97.tar.xz
refactor: Add Intro::UpdatePruneLabels()
This is a move-only commit and it does not change behavior.
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 157b33b456..b4fd390006 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -75,6 +75,7 @@ private:
void startThread();
void checkPath(const QString &dataDir);
QString getPathToCheck();
+ void UpdatePruneLabels(int64_t prune_target_gb);
friend class FreespaceChecker;
};