Files
EJM_Display/PublicFunctions/Components.h

17 lines
210 B
C
Raw Normal View History

2025-08-20 23:06:28 +08:00
#ifndef COMPONENTS_H
#define COMPONENTS_H
#include <QObject>
class Components : public QObject
{
Q_OBJECT
public:
explicit Components(QObject *parent = nullptr);
signals:
};
#endif // COMPONENTS_H