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