Files
scheincommander/lightproject.cpp
2023-02-16 00:47:00 +01:00

13 lines
290 B
C++

#include "lightproject.h"
#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)