石博文 bc136137a0 change disk mount plugin icon
Change-Id: Iaeb07332e2e0aa6d5e5a2da7a1c4acc491861355
2016-08-02 09:28:06 +08:00

14 lines
208 B
C++

#ifndef IMAGEUTIL_H
#define IMAGEUTIL_H
#include <QPixmap>
#include <QSvgRenderer>
class ImageUtil
{
public:
static const QPixmap loadSvg(const QString &path, const int size);
};
#endif // IMAGEUTIL_H