diff options
| author | Sjors Provoost <[email protected]> | 2018-05-15 12:46:19 +0200 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2018-05-15 12:46:19 +0200 |
| commit | cbede7dbfde83d53ef38d257e9940af5f163b03c (patch) | |
| tree | 58a7bc2640256aed11a19995d7c116548abbf159 /src/qt/optionsmodel.h | |
| parent | Merge #13234: Break circular dependency: chain -> pow -> chain (diff) | |
| download | discoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.tar.xz discoin-cbede7dbfde83d53ef38d257e9940af5f163b03c.zip | |
[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 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 |