[Qt] remove broken OptionsModel::Upgrade()

This commit is contained in:
Cozz Lovan
2014-02-07 07:55:23 +01:00
parent 1d0295e9d5
commit 44eb59e4a6
3 changed files with 0 additions and 69 deletions

View File

@@ -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);