summaryrefslogtreecommitdiff
path: root/tools/kde-dolphin-thumbnailer/resvgthumbnailer.h
blob: 87f2affa5739ef99e3c1931e1716a5e8dcd576de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RESVG_THUMBNAILER_H
#define RESVG_THUMBNAILER_H

#include <kio/thumbcreator.h>

class ResvgThumbnailer : public ThumbCreator
{
public:
    ResvgThumbnailer() {}
    bool create(const QString& path, int width, int height, QImage& img) override;
    Flags flags() const override;
};

#endif