Initial Commit
This commit is contained in:
18
ImageManager.hpp
Normal file
18
ImageManager.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef IMAGE_MANAGER_H
|
||||
#define IMAGE_MANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class ImageManager: public QObject
|
||||
{
|
||||
|
||||
Q_OBJECT;
|
||||
|
||||
public:
|
||||
|
||||
ImageManager(QObject *parent);
|
||||
virtual ~ImageManager();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user