19 #include "hudclient.h"
20 #include "volumepeakdetector.h"
22 #include <deelistmodel.h>
26 void HudQmlPlugin::registerTypes(
const char *uri)
28 #ifndef GLIB_VERSION_2_36
32 qmlRegisterType<DeeListModel>();
34 qmlRegisterType<HudClient>(uri, 0, 1,
"HudClient");
35 qmlRegisterType<VolumePeakDetector>(uri, 0, 1,
"VolumePeakDetector");