Merge branch 'release/2.2.3' into develop

This commit is contained in:
Janek Bevendorff 2017-10-24 18:00:38 +02:00
commit be88e93820
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
5 changed files with 68 additions and 35 deletions

View file

@ -884,7 +884,7 @@ void MainWindow::toggleWindow()
raise();
activateWindow();
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS)
#if defined(Q_OS_LINUX) && ! defined(QT_NO_DBUS) && (QT_VERSION < QT_VERSION_CHECK(5, 9, 0))
// 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