AtCore 1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
Loading...
Searching...
No Matches
atcoreextensionplugin.h
Go to the documentation of this file.
1/* AtCore KDE Libary for 3D Printers
2 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
3 SPDX-FileCopyrightText: 2019 Lays Rodrigues <lays.rodrigues@kde.org>
4*/
5
6#pragma once
7#include <QQmlExtensionPlugin>
8
9class AtCoreExtensionPlugin : public QQmlExtensionPlugin
10{
11 Q_OBJECT
12 Q_PLUGIN_METADATA(IID "org.kde.atcore")
13
14public:
15 void registerTypes(const char *uri) override;
16};
Definition atcoreextensionplugin.h:10
void registerTypes(const char *uri) override
Definition atcoreextensionplugin.cpp:12