10 lines
193 B
C
10 lines
193 B
C
|
#pragma once
|
||
|
|
||
|
#include <QtWinExtras/QtWin>
|
||
|
class QIcon;
|
||
|
namespace WindowsHepers
|
||
|
{
|
||
|
HICON GetIconHandlerFromExe(const wchar_t* const filePath);
|
||
|
QIcon CreateQIconFromHIcon(const HICON hIcon);
|
||
|
}
|