dotherside/DOtherSide/BaseQObject.h

7 lines
105 B
C
Raw Normal View History

#pragma once
#include "DynamicQObject.h"
class BaseQObject final : public DynamicQObject<QObject> {};