mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Move DolphinQt2 to DolphinQt
This commit is contained in:
16
Source/Core/DolphinQt/QtUtils/WinIconHelper.h
Normal file
16
Source/Core/DolphinQt/QtUtils/WinIconHelper.h
Normal file
@ -0,0 +1,16 @@
|
||||
// Copyright 2018 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <QIcon>
|
||||
|
||||
namespace WinIconHelper
|
||||
{
|
||||
QIcon GetNativeIcon();
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user