Stefano Moretti 32a567a950 First commit
2021-12-18 19:11:48 +01:00

12 lines
128 B
C++

#ifndef BASEUI_CORE_H
#define BASEUI_CORE_H
class QQmlEngine;
namespace BaseUI
{
void init(QQmlEngine *engine);
}
#endif