===========================================================================
| 1225 | |
| 1226 | //=========================================================================== |
| 1227 | bool CDockManager::isRestoringState() const |
| 1228 | { |
| 1229 | return d->RestoringState; |
| 1230 | } |
| 1231 | |
| 1232 | |
| 1233 | //=========================================================================== |
no outgoing calls
no test coverage detected