Results 1 to 2 of 2

Thread: 'Q_CORE_EXPORT_INLINE' does not name a type

  1. #1
    Join Date
    Feb 2013
    Location
    Banzart
    Posts
    54
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    17
    Thanked 1 Time in 1 Post

    Default 'Q_CORE_EXPORT_INLINE' does not name a type

    hi

    Qt Code:
    1. #if !defined(QT_NO_DEBUG_STREAM)
    2. Q_GLOBAL_STATIC( SyncDebug, getSyncDebug)
    3. 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 ???
    Sliver_Twist

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: 'Q_CORE_EXPORT_INLINE' does not name a type

    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?

Similar Threads

  1. Replies: 7
    Last Post: 19th April 2011, 13:20
  2. Replies: 2
    Last Post: 22nd December 2009, 21:52
  3. Get the type of a QTreeWidgetItem
    By aLiNuSh in forum Newbie
    Replies: 2
    Last Post: 24th March 2007, 20:44
  4. what is type?
    By gfunk in forum Qt Programming
    Replies: 4
    Last Post: 12th August 2006, 18:40
  5. Type and User Type
    By campana in forum Qt Programming
    Replies: 1
    Last Post: 28th February 2006, 00:22

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.