Qt: Fix low-resolution icon

This commit is contained in:
spycrab
2018-03-26 08:13:15 +02:00
parent 5c83e18fbd
commit 4f63d7f204
9 changed files with 135 additions and 3 deletions

View 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