diff options
| author | Cozz Lovan <[email protected]> | 2014-02-07 07:55:23 +0100 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-02-07 12:27:41 +0100 |
| commit | 44eb59e4a65499b581f3dd65adb719b21dc73673 (patch) | |
| tree | 85c2d23bcb2b107e994f1357804cc34e0579467f /src/qt/optionsmodel.h | |
| parent | Merge pull request #3608 (diff) | |
| download | discoin-44eb59e4a65499b581f3dd65adb719b21dc73673.tar.xz discoin-44eb59e4a65499b581f3dd65adb719b21dc73673.zip | |
[Qt] remove broken OptionsModel::Upgrade()
Diffstat (limited to 'src/qt/optionsmodel.h')
| -rw-r--r-- | src/qt/optionsmodel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 7a71b772b..e5c1e3e8b 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); |