Remove deprecated empty macro

Change-Id: Ib2a646ee22a7f97dae584e6f068f17378fe2b494
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Lars Schmertmann 2020-07-02 15:19:46 +02:00
parent 1b7a0bcbb5
commit d4c04acc65
2 changed files with 0 additions and 4 deletions

View File

@ -166,9 +166,6 @@ QT_BEGIN_NAMESPACE
#define QT_TR_FUNCTIONS
#endif
// ### Qt6: remove
#define Q_OBJECT_CHECK /* empty, unused since Qt 5.2 */
#if defined(Q_CC_INTEL)
// Cannot redefine the visibility of a method in an exported class
# define Q_DECL_HIDDEN_STATIC_METACALL

View File

@ -1341,7 +1341,6 @@ class TestObject : public QObject
{
// Manually expanded from Q_OBJECT macro
public:
Q_OBJECT_CHECK
static QMetaObject staticMetaObject;
virtual const QMetaObject *metaObject() const;
virtual void *qt_metacast(const char *);