| 32 | }; |
| 33 | |
| 34 | void StatusInfoManagerPrivate::init(WindowService *winSrv) |
| 35 | { |
| 36 | statusBar = new EditorStatusBar(); |
| 37 | statusBar->setVisible(false); |
| 38 | winSrv->addStatusBarItem(statusBar); |
| 39 | } |
| 40 | |
| 41 | void StatusInfoManagerPrivate::initConnect() |
| 42 | { |
nothing calls this directly
no test coverage detected