This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-03-26 14:32:43 +02:00

17 lines
243 B
C++

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