This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 101b772aba076b23acdc356ca1c72340eb6512a3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 23 04:08:44 2018 +0100 cdmanager/powerej/eject.cpp: include QStyleFactory. --- cdmanager/powerej/eject.cpp | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/cdmanager/powerej/eject.cpp b/cdmanager/powerej/eject.cpp index 57aa542..f1fec5f 100644 --- a/cdmanager/powerej/eject.cpp +++ b/cdmanager/powerej/eject.cpp @@ -32,6 +32,8 @@ #if QT_VERSION < 0x050000 #include <QPlastiqueStyle> +#else +#include <QStyleFactory> #endif using namespace std; diff --git a/debian/changelog b/debian/changelog index b62ea87..9b02295 100644 --- a/debian/changelog +++ b/debian/changelog @@ -124,6 +124,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - cdmanager/powerej/powerej.pro: regenerate with Qt5's qmake and merge. - cdmanager/powerej/eject.cpp: use PlastiqueStyle with Qt4 and Fusion with Qt5. + - cdmanager/powerej/eject.cpp: include QStyleFactory. * usbmount/x2gousbmount: - Fix typo int -> print. Fixes: #840. - Update copyright notice. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git