Sandboxie/SandboxiePlus/SandMan/Helpers/WinHelper.h

5 lines
146 B
C
Raw Normal View History

2022-12-16 12:08:49 +00:00
#pragma once
2022-12-21 09:14:31 +00:00
QPixmap LoadWindowsIcon(const QString& Path, quint32 Index);
2022-12-16 12:08:49 +00:00
bool PickWindowsIcon(QWidget* pParent, QString& Path, quint32& Index);