CoreBackendManager -> CoreBackendManager::self().

This commit is contained in:
Andrius Štikonas 2018-04-13 14:25:11 +03:00
parent e9ac1cf977
commit c0385aca3c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
KXmlGuiWindow::closeEvent(event); KXmlGuiWindow::closeEvent(event);
CoreBackendManager::stopExternalCommandHelper(); CoreBackendManager::self()->stopExternalCommandHelper();
} }
void MainWindow::changeEvent(QEvent* event) void MainWindow::changeEvent(QEvent* event)