mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
14 lines
208 B
C
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
|