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
238 B
C++

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