Explicit getters */
| 84 | |
| 85 | /* Explicit getters */ |
| 86 | bool getShowTrayIcon() const { return m_show_tray_icon; } |
| 87 | bool getMinimizeToTray() const { return fMinimizeToTray; } |
| 88 | bool getMinimizeOnClose() const { return fMinimizeOnClose; } |
| 89 | int getDisplayUnit() const { return nDisplayUnit; } |