Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 314 Bytes

File metadata and controls

5 lines (3 loc) · 314 Bytes

opaque-pointer-plugin

This is a plugin for Qt Creator that help usersprogrammers creating classes with opaque pointers (aka. d-pointers or private implementations).

It offers opaque poiners inheriting from either nothing or QObject and it handles copy constructors, assignment operators and memory management.