| 127 | } |
| 128 | |
| 129 | void ConfigFileManager::setOptionBigGUI(bool p_GUI_big) { |
| 130 | m_big_gui = p_GUI_big; |
| 131 | } |
| 132 | |
| 133 | bool ConfigFileManager::getOptionBigGUI() { |
| 134 | return m_big_gui; |
nothing calls this directly
no outgoing calls
no test coverage detected