mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-14 21:57:08 +00:00
6 lines
99 B
C
6 lines
99 B
C
#pragma once
|
|
|
|
#include "DOtherSide/DynamicQObject.h"
|
|
|
|
using BaseQObject = DynamicQObject<QObject>;
|