diff options
Diffstat (limited to 'examples/qtcpp/generator/templates/plugin.h')
-rw-r--r-- | examples/qtcpp/generator/templates/plugin.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/qtcpp/generator/templates/plugin.h b/examples/qtcpp/generator/templates/plugin.h deleted file mode 100644 index 1952c35..0000000 --- a/examples/qtcpp/generator/templates/plugin.h +++ /dev/null @@ -1,18 +0,0 @@ -{# Copyright (c) Pelagicore AB 2016 #} -/**************************************************************************** -** This is an auto-generated file. -** Do not edit! All changes made to it will be lost. -****************************************************************************/ - -#pragma once - -#include <QtQml> - -class Plugin : public QQmlExtensionPlugin -{ - Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") - -public: - void registerTypes(const char *uri); -}; |