Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. uniqueptr
    Log in to post

    • SOLVED std::unique_ptr with QObject derived class?
      General and Desktop • c++ qobject pointer uniqueptr copy-constructo • • oblivioncth  

      5
      0
      Votes
      5
      Posts
      1978
      Views

      @oblivioncth said in std::unique_ptr with QObject derived class?: Won't let me mark your post as the answer for some reason. Sorry. Done for you :)
    • SOLVED C++11 default destructor and std::unique_ptr
      General and Desktop • c++11 destructor uniqueptr • • A Former User  

      7
      1
      Votes
      7
      Posts
      6308
      Views

      If someone needs a comprehensive 8 pages long explanation for what's exactly happening here, I recommend reading "Item 22: When using the Pimpl Idiom, define special member functions in the implementation file" from "Effective Modern C++" by Scott Meyers.