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.
2019-04-01 20:48:17 +02:00

19 lines
244 B
C++

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