diff --git a/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h b/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h index 57c938b55f2..74085598589 100644 --- a/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h +++ b/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore/qobjectdefs.h @@ -43,7 +43,7 @@ #endif #ifdef Q_SLOTS -# define Q_SLOTS slots __attribute__((annotate("qt_slot"))) +# define Q_SLOTS __attribute__((annotate("qt_slot"))) #endif #ifdef Q_SIGNAL