diff --git a/components/materialmenuplugin.cpp b/components/materialmenuplugin.cpp deleted file mode 100644 index 43c29a6..0000000 --- a/components/materialmenuplugin.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "materialmenuplugin.h" - -MaterialMenuPlugin::MaterialMenuPlugin(QObject *parent) : QObject(parent) -{ - -} diff --git a/components/materialmenuplugin.h b/components/materialmenuplugin.h deleted file mode 100644 index b2e77f7..0000000 --- a/components/materialmenuplugin.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MATERIALMENUPLUGIN_H -#define MATERIALMENUPLUGIN_H - -#include - -class MaterialMenuPlugin : public QObject -{ - Q_OBJECT -public: - explicit MaterialMenuPlugin(QObject *parent = nullptr); - -signals: - -}; - -#endif // MATERIALMENUPLUGIN_H diff --git a/components/plugin/materialtextfieldplugin.cpp b/components/plugin/materialtextfieldplugin.cpp deleted file mode 100644 index 4718b87..0000000 --- a/components/plugin/materialtextfieldplugin.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "materialtextfieldplugin.h" - -MaterialTextFieldPlugin::MaterialTextFieldPlugin(QObject *parent) : QObject(parent) -{ - -} diff --git a/components/plugin/materialtextfieldplugin.h b/components/plugin/materialtextfieldplugin.h deleted file mode 100644 index 76379b6..0000000 --- a/components/plugin/materialtextfieldplugin.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MATERIALTEXTFIELDPLUGIN_H -#define MATERIALTEXTFIELDPLUGIN_H - -#include - -class MaterialTextFieldPlugin : public QObject -{ - Q_OBJECT -public: - explicit MaterialTextFieldPlugin(QObject *parent = nullptr); - -signals: - -}; - -#endif // MATERIALTEXTFIELDPLUGIN_H diff --git a/examples/components.pri b/examples/components.pri deleted file mode 100644 index e69de29..0000000