| 4084 | } |
| 4085 | |
| 4086 | QObject* WizMainWindow::CurrentDocumentBrowserObject() |
| 4087 | { |
| 4088 | WizDocumentView* docView = currentDocumentView(); |
| 4089 | if (docView) { |
| 4090 | return currentDocumentView()->web(); |
| 4091 | } else { |
| 4092 | return nullptr; |
| 4093 | } |
| 4094 | } |
| 4095 | |
| 4096 | WizDatabaseManager* WizMainWindow::DatabaseManagerEx() |
| 4097 | { |