Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSupporterBundle.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-3.0-or-later
3 */
4#ifndef __KISSUPPORTERBUNDLE_H_
5#define __KISSUPPORTERBUNDLE_H_
6
7#include <QHash>
8#include <QPixmap>
9#include <QSet>
10#include <QString>
11
13 QString fileName;
14 long long sizeInBytes;
15 QString source;
16 QString title;
17 QString description;
18 QString author;
19 QString license;
20 QString checksum;
21 QPixmap thumbnail;
22 QSet<QString> tags;
23 QHash<QString, int> resourceCountByMediaType;
24};
25
26#endif
QHash< QString, int > resourceCountByMediaType