Searched refs:_showDebug (Results 1 – 2 of 2) sorted by relevance
246 bool showDebug(void) const { return _showDebug; } in showDebug()268 bool _showDebug; variable
1017 _showDebug = configSettings->value("/showDebug", false).toBool(); in ConfigInfoView()1034 if (_showDebug != b) { in setShowDebug()1035 _showDebug = b; in setShowDebug()