mirror of
https://github.com/Artikash/Textractor.git
synced 2025-01-11 01:59:14 +08:00
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);
|
||
|
}
|