Update materialmenuplugin.cpp, materialmenuplugin.h, and 3 more files...
This commit is contained in:
parent
870736b072
commit
e0eacabf91
|
@ -1,6 +0,0 @@
|
||||||
#include "materialmenuplugin.h"
|
|
||||||
|
|
||||||
MaterialMenuPlugin::MaterialMenuPlugin(QObject *parent) : QObject(parent)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
#ifndef MATERIALMENUPLUGIN_H
|
|
||||||
#define MATERIALMENUPLUGIN_H
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
|
|
||||||
class MaterialMenuPlugin : public QObject
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
explicit MaterialMenuPlugin(QObject *parent = nullptr);
|
|
||||||
|
|
||||||
signals:
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // MATERIALMENUPLUGIN_H
|
|
|
@ -1,6 +0,0 @@
|
||||||
#include "materialtextfieldplugin.h"
|
|
||||||
|
|
||||||
MaterialTextFieldPlugin::MaterialTextFieldPlugin(QObject *parent) : QObject(parent)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
#ifndef MATERIALTEXTFIELDPLUGIN_H
|
|
||||||
#define MATERIALTEXTFIELDPLUGIN_H
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
|
|
||||||
class MaterialTextFieldPlugin : public QObject
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
explicit MaterialTextFieldPlugin(QObject *parent = nullptr);
|
|
||||||
|
|
||||||
signals:
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // MATERIALTEXTFIELDPLUGIN_H
|
|
Loading…
Reference in New Issue