| 300 | } |
| 301 | |
| 302 | bool ProjectControl::checkCommand() |
| 303 | { |
| 304 | if (DialogManager::getInstance().getAnyDialog()) |
| 305 | return false; |
| 306 | |
| 307 | if (MessageBoxManager::getInstance().hasAny()) |
| 308 | return false; |
| 309 | |
| 310 | return true; |
| 311 | } |
| 312 | |
| 313 | void ProjectControl::clear() |
| 314 | { |
nothing calls this directly
no test coverage detected