From e0eacabf918a37bca138fcb39faf66b8bff29d8c Mon Sep 17 00:00:00 2001 From: xuannt Date: Wed, 30 Jun 2021 16:30:32 +0700 Subject: [PATCH] Update materialmenuplugin.cpp, materialmenuplugin.h, and 3 more files... --- components/materialmenuplugin.cpp | 6 ------ components/materialmenuplugin.h | 16 ---------------- components/plugin/materialtextfieldplugin.cpp | 6 ------ components/plugin/materialtextfieldplugin.h | 16 ---------------- examples/components.pri | 0 5 files changed, 44 deletions(-) delete mode 100644 components/materialmenuplugin.cpp delete mode 100644 components/materialmenuplugin.h delete mode 100644 components/plugin/materialtextfieldplugin.cpp delete mode 100644 components/plugin/materialtextfieldplugin.h delete mode 100644 examples/components.pri 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