now just return WizExplorerApp, but should return REAL WizExplorerWindow */
| 21 | |
| 22 | /** now just return WizExplorerApp, but should return REAL WizExplorerWindow */ |
| 23 | QObject* ApiWizExplorerApp::Window() |
| 24 | { |
| 25 | return m_window; |
| 26 | } |
| 27 | |
| 28 | /** return WizCategoryView's interface */ |
| 29 | QObject* ApiWizExplorerApp::CategoryCtrl() |
no outgoing calls
no test coverage detected