diff options
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; }; |