2023-02-15 01:12:19 +01:00
|
|
|
#include "lightproject.h"
|
2023-02-16 00:47:00 +01:00
|
|
|
|
|
|
|
|
#include <QCoreApplication>
|
|
|
|
|
#include <QQmlEngine>
|
|
|
|
|
|
|
|
|
|
namespace {
|
2023-02-19 20:14:36 +01:00
|
|
|
void registrierDenShit()
|
2023-02-16 00:47:00 +01:00
|
|
|
{
|
2023-02-21 20:28:53 +01:00
|
|
|
qmlRegisterUncreatableMetaObject(hilfe::staticMetaObject, "scheincommander", 1, 0, "DeviceTypeRegisterType", "lass es du depp");
|
2023-02-16 00:47:00 +01:00
|
|
|
}
|
|
|
|
|
}
|
2023-02-19 20:14:36 +01:00
|
|
|
Q_COREAPP_STARTUP_FUNCTION(registrierDenShit)
|