Files
scheincommander/lightproject.cpp

13 lines
310 B
C++
Raw Permalink Normal View History

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
{
qmlRegisterUncreatableMetaObject(scheincommander::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)