YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
qtyarpview_plugin.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#include "qtyarpview_plugin.h"
7#include "qtyarpview.h"
8
9#include <qqml.h>
10
11
13{
14 // @uri robotology.yarp.view
15 qmlRegisterType<QtYARPView>(uri, 1, 0, "QtYARPViewPlugin");
16}
void registerTypes(const char *uri) override