Fix build with -sanitize undefined
Fixes: QTBUG-114865 Change-Id: If21f0faa8aacc84745c972438c2e30940716fb66 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 2ffa125c2d38b3ec058b3189bf53815a68fd0897) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
188fdf7ceb
commit
e63c51c7de
@ -29,7 +29,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
class QAnimationGroup;
|
||||
class QAbstractAnimation;
|
||||
class QAbstractAnimationPrivate : public QObjectPrivate
|
||||
class Q_CORE_EXPORT QAbstractAnimationPrivate : public QObjectPrivate
|
||||
{
|
||||
public:
|
||||
QAbstractAnimationPrivate();
|
||||
|
@ -27,7 +27,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
class QPlatformSessionManager;
|
||||
|
||||
class QSessionManagerPrivate : public QObjectPrivate
|
||||
class Q_GUI_EXPORT QSessionManagerPrivate : public QObjectPrivate
|
||||
{
|
||||
public:
|
||||
QSessionManagerPrivate(const QString &id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user