PDA

View Full Version : 'Q_CORE_EXPORT_INLINE' does not name a type



sliverTwist
25th February 2013, 14:07
hi



#if !defined(QT_NO_DEBUG_STREAM)
Q_GLOBAL_STATIC( SyncDebug, getSyncDebug)
Q_CORE_EXPORT_INLINE QDebug syncDebug() { return QDebug(getSyncDebug()); }


error: 'Q_CORE_EXPORT_INLINE' does not name a type
this is the code responsible for the error any help ???

ChrisW67
26th February 2013, 09:04
Responsible for the error in what? What are you trying to build? How are you trying to build it? What version of Qt? What compiler?