aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2018-05-15 12:46:19 +0200
committerSjors Provoost <[email protected]>2018-05-15 12:46:19 +0200
commitcbede7dbfde83d53ef38d257e9940af5f163b03c (patch)
tree58a7bc2640256aed11a19995d7c116548abbf159 /src/qt/optionsmodel.h
parentMerge #13234: Break circular dependency: chain -> pow -> chain (diff)
downloaddiscoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.tar.xz
discoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.zip
[qt] OptionsDialog: add prune setting
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r--src/qt/optionsmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h
index fc1d119a7..2777cbeaf 100644
--- a/src/qt/optionsmodel.h
+++ b/src/qt/optionsmodel.h
@@ -50,6 +50,8 @@ public:
Language, // QString
CoinControlFeatures, // bool
ThreadsScriptVerif, // int
+ Prune, // bool
+ PruneSize, // int
DatabaseCache, // int
SpendZeroConfChange, // bool
Listen, // bool