mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 04:26:43 +00:00
7 lines
105 B
C++
7 lines
105 B
C++
#pragma once
|
|
|
|
#include "DynamicQObject.h"
|
|
|
|
class BaseQObject final : public DynamicQObject<QObject> {};
|
|
|