winft / disman

Qt/C++ display management library
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Convert all Qt smart pointers to std ones #16

Closed romangg closed 7 months ago

romangg commented 4 years ago

Disman makes heavy use of QSharedPointers for its types in the API. I assume we can replace them directly with std::shared_ptr.

romangg commented 4 years ago

marked this issue as related to #1

romangg commented 4 years ago

Closed by !11