mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 12:46:24 +00:00
11 lines
209 B
C++
11 lines
209 B
C++
#pragma once
|
|
|
|
#include "DOtherSide/DOtherSideTypes.h"
|
|
|
|
#include <QtCore/QObject>
|
|
|
|
namespace DOS {
|
|
int dosQmlRegisterType(QmlRegisterType args);
|
|
int dosQmlRegisterSingletonType(QmlRegisterType args);
|
|
}
|