Bonjour à tous

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
#if !defined(QT_NO_DEBUG_STREAM)
Q_GLOBAL_STATIC( SyncDebug, getSyncDebug)
Q_CORE_EXPORT_INLINE QDebug syncDebug() { return QDebug(getSyncDebug()); }
J'ai ce code la qui génère cette erreur :
Q_CORE_EXPORT_INLINE' does not name a type
Merci