aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-09 13:03:27 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-09 13:04:02 +0100
commitb19bcb752bc19f7b6780fd8c099bb3d79e4d7cc9 (patch)
treef4039908a6c1e266659e228fe66f45ab78f05e7b /src/qt/optionsmodel.h
parent0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (diff)
parentcdb6c169355488d4e64a2435d916cb67a9c01ebe (diff)
downloadbitcoin-b19bcb752bc19f7b6780fd8c099bb3d79e4d7cc9.tar.xz
Merge pull request #3638
cdb6c16 remove setting methods in wallet/walletdb (Cozz Lovan) 44eb59e [Qt] remove broken OptionsModel::Upgrade() (Cozz Lovan)
Diffstat (limited to 'src/qt/optionsmodel.h')
-rw-r--r--src/qt/optionsmodel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h
index 7a71b772b2..e5c1e3e8b9 100644
--- a/src/qt/optionsmodel.h
+++ b/src/qt/optionsmodel.h
@@ -46,9 +46,6 @@ public:
void Init();
void Reset();
- /* Migrate settings from wallet.dat after app initialization */
- void Upgrade();
-
int rowCount(const QModelIndex & parent = QModelIndex()) const;
QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole);