From a39fa73118390775f269dabc3616c6b7e846cfab Mon Sep 17 00:00:00 2001 From: baydam Date: Tue, 3 Mar 2015 11:52:44 +0000 Subject: [PATCH] Resolved conflict about last merge --- MainWindow.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MainWindow.cpp b/MainWindow.cpp index 8ff8e25..2c2edc1 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -286,14 +286,9 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event) if (keyEvent->modifiers() == Qt::CTRL) { switch (keyEvent->key()) { -<<<<<<< HEAD case Qt::Key_F: if (outputWindow->windowState() != Qt::WindowFullScreen) outputWindow->setFullScreen(true); -======= - case Qt::Key_F: - outputWindow->setFullScreen(true); ->>>>>>> feature-undo-commands break; case Qt::Key_N: newFile();