#include <QtCore/qobjectdefs.h> #ifndef QOBJECTDEFS_H class QGenericArgument{ /* Some contents are skipped to improve readability */ public: inline QGenericArgument(char const * aName = 0, void const * aData = 0); /* ... */ }; #endif // QOBJECTDEFS_H