fix typos

This commit is contained in:
wmayer
2016-12-19 14:07:35 +01:00
parent 59dfc11b57
commit b19a4246ab
11 changed files with 11 additions and 11 deletions

View File

@@ -783,7 +783,7 @@ void MainWindow::removeWindow(Gui::MDIView* view)
QWidget* parent = view->parentWidget();
// The call of 'd->mdiArea->removeSubWindow(parent)' causes the QMdiSubWindow
// to loose its parent and thus the notification in QMdiSubWindow::closeEvent
// to lose its parent and thus the notification in QMdiSubWindow::closeEvent
// of other mdi windows to get maximized if this window is maximized will fail.
// However, we must let it here otherwise deleting MDI child views directly can
// cause other problems.