YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
qtyarpscopeplugin_plugin.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: GPL-3.0-or-later
4 */
5
7#include "qtyarpscope.h"
8#include <qqml.h>
9
11{
12 // @uri robotology.yarp.scope
13 qmlRegisterType<QtYARPScope>(uri, 1, 0, "QtYARPScopePlugin");
14}
void registerTypes(const char *uri) override