摘要: #ifndef SINGLETON_H #define SINGLETON_H #include <QObject> template < typename T > class Singleton { public: static T* getInstance(); private: static 阅读全文
posted @ 2021-05-20 10:27 larkin-cn 阅读(48) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示