Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT
When QDeferredDeleteEvent was declared in qcoreevent.h, it had Q_CORE_EXPORT. After moving to qcoreevent_p.h, it changed to Q_AUTOTEST_EXPORT. The correct macro should be preserved. Noticed that this change was needed to make GammaRay work with Qt 6.7 Change-Id: I6fab494d9f60b1261edce6f326a3b96467ff7da1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit bc3b18764aabf95a50a65e090863c54b6ac57e3e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
4f9c75901e
commit
3e29815084
@ -21,7 +21,8 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
class QCoreApplication;
|
||||
|
||||
class Q_AUTOTEST_EXPORT QDeferredDeleteEvent : public QEvent
|
||||
// GammaRay needs this to be exported with Q_CORE_EXPORT
|
||||
class Q_CORE_EXPORT QDeferredDeleteEvent : public QEvent
|
||||
{
|
||||
Q_DECL_EVENT_COMMON(QDeferredDeleteEvent)
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user