|
|
@ -59,18 +59,18 @@ public: |
|
|
|
void setDisplayUnit(const QVariant &value); |
|
|
|
void setDisplayUnit(const QVariant &value); |
|
|
|
|
|
|
|
|
|
|
|
/* Explicit getters */ |
|
|
|
/* Explicit getters */ |
|
|
|
bool getHideTrayIcon() { return fHideTrayIcon; } |
|
|
|
bool getHideTrayIcon() const { return fHideTrayIcon; } |
|
|
|
bool getMinimizeToTray() { return fMinimizeToTray; } |
|
|
|
bool getMinimizeToTray() const { return fMinimizeToTray; } |
|
|
|
bool getMinimizeOnClose() { return fMinimizeOnClose; } |
|
|
|
bool getMinimizeOnClose() const { return fMinimizeOnClose; } |
|
|
|
int getDisplayUnit() { return nDisplayUnit; } |
|
|
|
int getDisplayUnit() const { return nDisplayUnit; } |
|
|
|
QString getThirdPartyTxUrls() { return strThirdPartyTxUrls; } |
|
|
|
QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; } |
|
|
|
bool getProxySettings(QNetworkProxy& proxy) const; |
|
|
|
bool getProxySettings(QNetworkProxy& proxy) const; |
|
|
|
bool getCoinControlFeatures() { return fCoinControlFeatures; } |
|
|
|
bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
|
|
|
const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |
|
|
|
const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |
|
|
|
|
|
|
|
|
|
|
|
/* Restart flag helper */ |
|
|
|
/* Restart flag helper */ |
|
|
|
void setRestartRequired(bool fRequired); |
|
|
|
void setRestartRequired(bool fRequired); |
|
|
|
bool isRestartRequired(); |
|
|
|
bool isRestartRequired() const; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
/* Qt-only settings */ |
|
|
|
/* Qt-only settings */ |
|
|
|