diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-05-15 12:46:19 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-05-15 12:46:19 +0200 |
commit | cbede7dbfde83d53ef38d257e9940af5f163b03c (patch) | |
tree | 58a7bc2640256aed11a19995d7c116548abbf159 /src/qt/optionsmodel.h | |
parent | 3b84ebb5bc0d55d488ce2626ac3232729535eca8 (diff) |
[qt] OptionsDialog: add prune setting
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r-- | src/qt/optionsmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index fc1d119a71..2777cbeaf2 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 |