第一次上传
This commit is contained in:
16
PublicFunctions/Components.h
Normal file
16
PublicFunctions/Components.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef COMPONENTS_H
|
||||
#define COMPONENTS_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Components : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Components(QObject *parent = nullptr);
|
||||
|
||||
signals:
|
||||
|
||||
};
|
||||
|
||||
#endif // COMPONENTS_H
|
||||
Reference in New Issue
Block a user