| 131 | } |
| 132 | |
| 133 | bool ConfigFileManager::getOptionBigGUI() { |
| 134 | return m_big_gui; |
| 135 | } |
| 136 | |
| 137 | void ConfigFileManager::setOptionShowTooltip(bool p_show) { |
| 138 | m_show_tooltip = p_show; |
nothing calls this directly
no outgoing calls
no test coverage detected