mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
Windows: Remove unused Qt 5 code and references
This commit is contained in:
@ -119,8 +119,7 @@ QString Settings::GetCurrentUserStyle() const
|
||||
return QFileInfo(GetQSettings().value(QStringLiteral("userstyle/path")).toString()).fileName();
|
||||
}
|
||||
|
||||
// Calling this before the main window has been created breaks the style of some widgets on
|
||||
// Windows 10/Qt 5.15.0. But only if we set a stylesheet that isn't an empty string.
|
||||
// Calling this before the main window has been created breaks the style of some widgets.
|
||||
void Settings::SetCurrentUserStyle(const QString& stylesheet_name)
|
||||
{
|
||||
QString stylesheet_contents;
|
||||
|
Reference in New Issue
Block a user