Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wtemplate-id-cdtor compiler warning
Fixes: ``` objectmodelbase.h:47:36: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 47 | explicit ObjectModelBase<Base>(QObject *parent) | ^~~~~~~ ```
- Loading branch information