iCub-main
qticubskinguiplugin_plugin.cpp
Go to the documentation of this file.
2 #include "qticubskinguiplugin.h"
3 
4 #include <qqml.h>
5 
7 {
8  // @uri robotology.icub.skingui
9  qmlRegisterType<QtICubSkinGuiPlugin>(uri, 1, 0, "QtICubSkinGuiPlugin");
10 }
11 
12