Resolved conflict about last merge

This commit is contained in:
baydam
2015-03-03 11:52:44 +00:00
parent 8842064af9
commit a39fa73118
-5
View File
@@ -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();