aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-01-07 22:08:55 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-01-08 00:16:37 +0200
commitaf112ab62895b145660f4cd7ff842e9cfea2a530 (patch)
tree1ff18dafc356a96d9d3fbf0a227ba42d500fc6fc /src/qt/bitcoin.h
parentb0bfbe50282877a1eee87118902901a280d6656d (diff)
downloadbitcoin-af112ab62895b145660f4cd7ff842e9cfea2a530.tar.xz
qt: Rename SetPrune() to InitializePruneSetting()
This function now resets the prune size and is only called after the intro sequence.
Diffstat (limited to 'src/qt/bitcoin.h')
-rw-r--r--src/qt/bitcoin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/bitcoin.h b/src/qt/bitcoin.h
index 599481fb71..7c921e5031 100644
--- a/src/qt/bitcoin.h
+++ b/src/qt/bitcoin.h
@@ -67,8 +67,8 @@ public:
void parameterSetup();
/// Create options model
void createOptionsModel(bool resetSettings);
- /// Update prune value
- void SetPrune(bool prune);
+ /// Initialize prune setting
+ void InitializePruneSetting(bool prune);
/// Create main window
void createWindow(const NetworkStyle *networkStyle);
/// Create splash screen