|
|
@ -48,7 +48,6 @@ public: |
|
|
|
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); |
|
|
|
bool setData(const QModelIndex & index, const QVariant & value, int role = Qt::EditRole); |
|
|
|
|
|
|
|
|
|
|
|
/* Explicit getters */ |
|
|
|
/* Explicit getters */ |
|
|
|
qint64 getTransactionFee(); |
|
|
|
|
|
|
|
bool getMinimizeToTray() { return fMinimizeToTray; } |
|
|
|
bool getMinimizeToTray() { return fMinimizeToTray; } |
|
|
|
bool getMinimizeOnClose() { return fMinimizeOnClose; } |
|
|
|
bool getMinimizeOnClose() { return fMinimizeOnClose; } |
|
|
|
int getDisplayUnit() { return nDisplayUnit; } |
|
|
|
int getDisplayUnit() { return nDisplayUnit; } |
|
|
|