2023-02-15 01:12:19 +01:00
|
|
|
#include "lightproject.h"
|
2023-02-16 00:47:00 +01:00
|
|
|
|
|
|
|
|
#include <QCoreApplication>
|
|
|
|
|
#include <QQmlEngine>
|
|
|
|
|
|
|
|
|
|
namespace {
|
|
|
|
|
void registerDenShit()
|
|
|
|
|
{
|
|
|
|
|
qmlRegisterUncreatableMetaObject(hilfe::staticMetaObject, "com.büro", 1, 0, "DeviceTypeRegisterType", "lass es du depp");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
Q_COREAPP_STARTUP_FUNCTION(registerDenShit)
|