diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-11-12 15:21:20 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-01-14 18:53:02 +0200 |
commit | daa3f3fa9071a229275dd6a1b8445237ddc3fa97 (patch) | |
tree | 85ffc0f0b1e137a988e89e6a5feee1a54b848586 /src/qt/intro.h | |
parent | e4caa82a03df5c6a6d5d29f34ab006d732c6dac1 (diff) |
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.h | 1 |
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; }; |