| 1133 | } |
| 1134 | |
| 1135 | void Application::printPwdStatus(const ArgumentOccurrence &) |
| 1136 | { |
| 1137 | if (!findPwd()) { |
| 1138 | return; |
| 1139 | } |
| 1140 | printDir(RelevantDir{ m_pwd }); |
| 1141 | QCoreApplication::quit(); |
| 1142 | } |
| 1143 | |
| 1144 | void Application::requestRescanPwd(const ArgumentOccurrence &) |
| 1145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected