WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. Zuble QML Types   |  Zuble C++ Classes   |  Zuble Overview
Zuble  0.1
Zuble Framework C++/QML extension API
zbl-testplugin_plugin.cpp
Go to the documentation of this file.
2 #include "zbltestplugin.h"
3 
4 #include <qqml.h>
5 
7 {
8  qDebug("Zbl_TestpluginPlugin::registerTypes, uri: %s", uri);
9 
10  // @uri com.mycompany.qmlcomponents
11  qmlRegisterType<ZblTestPlugin>(uri, 1, 0, "ZblTestPlugin");
12 }
13 
14 
void registerTypes(const char *uri)