mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
initial import of telemetry handler
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#include "awconfighelper.h"
|
||||
#include "awformatterconfigfactory.h"
|
||||
#include "awkeys.h"
|
||||
#include "awtelemetryhandler.h"
|
||||
|
||||
|
||||
void AWPlugin::registerTypes(const char *uri)
|
||||
@ -36,4 +37,5 @@ void AWPlugin::registerTypes(const char *uri)
|
||||
qmlRegisterType<AWFormatterConfigFactory>(uri, 1, 0,
|
||||
"AWFormatterConfigFactory");
|
||||
qmlRegisterType<AWKeys>(uri, 1, 0, "AWKeys");
|
||||
qmlRegisterType<AWTelemetryHandler>(uri, 1, 0, "AWTelemetryHandler");
|
||||
}
|
||||
|
Reference in New Issue
Block a user