Sandboxie/SandboxiePlus/MiscHelpers/Common/IconExtreactor.h

13 lines
340 B
C
Raw Normal View History

2021-10-16 16:19:51 +01:00
#pragma once
#include "../mischelpers_global.h"
struct PixmapEntry {
QString name;
QPixmap pixmap;
};
typedef QVector<PixmapEntry> PixmapEntryList;
MISCHELPERS_EXPORT PixmapEntryList extractIcons(const QString &sourceFile, bool large);
2020-06-01 17:11:56 +01:00
MISCHELPERS_EXPORT PixmapEntryList extractShellIcons(const QString &sourceFile, bool addOverlays);