Remove check for Qt >= 5.7

This commit is contained in:
Janek Bevendorff 2017-02-09 16:29:01 +01:00 committed by Jonathan White
parent 8a26cfad79
commit ef082c2e1f

View File

@ -741,7 +741,7 @@ void MainWindow::toggleWindow()
raise();
activateWindow();
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS)
// re-register global D-Bus menu (needed on Ubuntu with Unity)
// see https://github.com/keepassxreboot/keepassxc/issues/271
// and https://bugreports.qt.io/browse/QTBUG-58723