mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-06-04 01:28:33 -04:00
12 lines
128 B
C++
12 lines
128 B
C++
#ifndef BASEUI_CORE_H
|
|
#define BASEUI_CORE_H
|
|
|
|
class QQmlEngine;
|
|
|
|
namespace BaseUI
|
|
{
|
|
void init(QQmlEngine *engine);
|
|
}
|
|
|
|
#endif
|