This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/headers/eventform.h

17 lines
No EOL
218 B
C++

#ifndef EVENTFORM_H
#define EVENTFORM_H
#include <QObject>
class EventForm : public QObject
{
Q_OBJECT
public:
explicit EventForm(QObject *parent = nullptr);
signals:
public slots:
};
#endif // EVENTFORM_H