Results 1 to 5 of 5

Thread: how to use QIdentityProxyModel?

Threaded View

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

    Default Re: how to use QIdentityProxyModel?

    The prototype of your data() function does not match the prototype of the data() function you are trying to override: you are missing a const qualifier.

  2. The following user says thank you to ChrisW67 for this useful post:

    ecanela (3rd August 2012)

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.