| 87 | bool getMinimizeToTray() const { return fMinimizeToTray; } |
| 88 | bool getMinimizeOnClose() const { return fMinimizeOnClose; } |
| 89 | int getDisplayUnit() const { return nDisplayUnit; } |
| 90 | QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; } |
| 91 | bool getUseEmbeddedMonospacedFont() const { return m_use_embedded_monospaced_font; } |
| 92 | bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
no outgoing calls