| 191 | } |
| 192 | |
| 193 | bool OptionsParser::checkForProfilingOption() |
| 194 | { |
| 195 | if (m_currentArg != QLatin1String(PROFILE_OPTION)) |
| 196 | return false; |
| 197 | m_pmPrivate->initProfiling(); |
| 198 | return true; |
| 199 | } |
| 200 | |
| 201 | bool OptionsParser::checkForPluginOption() |
| 202 | { |
nothing calls this directly
no test coverage detected