summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-07-15 17:31:44 +0200
committerTannin <devnull@localhost>2014-07-15 17:31:44 +0200
commitd412060d59b1597ae1d11d793662610e90863fc9 (patch)
tree853283825bfe957547e60dca90182a29007f245e /src/mainwindow.cpp
parent9b33e0a9707a0d38f56309b204faa1580d54c36c (diff)
- qt 5 compatibility fixes
- detection for support of optimized find no longer depends on deprecated api
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9cbe9c40..81ef5880 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -978,7 +978,6 @@ bool MainWindow::eventFilter(QObject *object, QEvent *event)
((event->type() == QEvent::Leave) || (event->type() == QEvent::WindowDeactivate))) {
hideSaveGameInfo();
}
-
return false;
}