mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-10-07 12:24:17 -04:00
First commit
This commit is contained in:
11
include/BaseUI/core.h
Normal file
11
include/BaseUI/core.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef BASEUI_CORE_H
|
||||
#define BASEUI_CORE_H
|
||||
|
||||
class QQmlEngine;
|
||||
|
||||
namespace BaseUI
|
||||
{
|
||||
void init(QQmlEngine *engine);
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user