hi
Qt Code:
#if !defined(QT_NO_DEBUG_STREAM) Q_GLOBAL_STATIC( SyncDebug, getSyncDebug) Q_CORE_EXPORT_INLINE QDebug syncDebug() { return QDebug(getSyncDebug()); }To copy to clipboard, switch view to plain text mode
error: 'Q_CORE_EXPORT_INLINE' does not name a type
this is the code responsible for the error any help ???


Reply With Quote

Bookmarks