move getTransactionFee to OptionsModel

This commit is contained in:
Wladimir J. van der Laan
2011-06-01 09:34:12 +02:00
parent 92f20d53fb
commit 968d55aafa
5 changed files with 10 additions and 8 deletions

View File

@@ -50,3 +50,8 @@ bool OptionsModel::setData(const QModelIndex & index, const QVariant & value, in
emit dataChanged(index, index);
return true;
}
qint64 OptionsModel::getTransactionFee()
{
return nTransactionFee;
}