No need for subclassing for having a BaseQObject

This commit is contained in:
cuke 2015-09-19 19:43:10 +02:00
parent 133e6d31b4
commit deb5b10a8a
1 changed files with 1 additions and 2 deletions

View File

@ -2,5 +2,4 @@
#include "DynamicQObject.h"
class BaseQObject final : public DynamicQObject<QObject> {};
using BaseQObject = DynamicQObject<QObject>;