Newer
Older
Import / applications / Photoframe / src / image.h
@John Ryland John Ryland on 22 Dec 2020 162 bytes import of apps from backup copy of dell-pc
#ifndef __IMAGE_H__
#define __IMAGE_H__


#include <QPixmap>


class Image
{
public:
	static QPixmap icon(const char *name, int size);
};


#endif // __IMAGE_H__