2022-12-16 12:08:49 +00:00
|
|
|
#pragma once
|
|
|
|
|
2023-01-29 16:10:11 +00:00
|
|
|
QVariantMap ResolveShortcut(const QString& LinkPath);
|
|
|
|
|
2022-12-21 09:14:31 +00:00
|
|
|
QPixmap LoadWindowsIcon(const QString& Path, quint32 Index);
|
2022-12-16 12:08:49 +00:00
|
|
|
|
2024-04-20 13:32:15 +01:00
|
|
|
bool PickWindowsIcon(QWidget* pParent, QString& Path, quint32& Index);
|
|
|
|
|
2024-04-26 08:16:12 +01:00
|
|
|
void ProtectWindow(void* hWnd);
|
|
|
|
|
|
|
|
QString GetProductVersion(const QString& filePath);
|