Results 1 to 11 of 11

Thread: How to use private QPatternist in my project?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: How to use private QPatternist in my project?

    The private class might not be exported.

    Libraries are often compiled with "hidden symbols", on Windows that is even default.
    Only classes and functions which are explicitly exported are "visible" for the linker.

    This could be the case here.

    Which private API are you trying to use and for which purpose?

    Cheers,
    _

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

    ark (21st July 2019)

Similar Threads

  1. Private/Public API
    By Tinu in forum General Programming
    Replies: 0
    Last Post: 3rd August 2016, 15:32
  2. Replies: 7
    Last Post: 4th March 2015, 07:07
  3. private slots ??
    By salmanmanekia in forum Qt Programming
    Replies: 7
    Last Post: 6th August 2008, 14:00
  4. private inheritance
    By mickey in forum General Programming
    Replies: 8
    Last Post: 24th April 2008, 09:19
  5. Why does Qt use Private classes?
    By hyling in forum Qt Programming
    Replies: 2
    Last Post: 12th December 2006, 22:11

Tags for this Thread

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.