Remove superfluous newline
Change-Id: I556ac48f586633faa6b7048e03a33a0f018973e6 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
This commit is contained in:
parent
d0cbd1e0b8
commit
0d5bf2eb59
@ -244,8 +244,7 @@ QStringList QWinRTIntegration::themeNames() const
|
||||
return QStringList(QLatin1String("winrt"));
|
||||
}
|
||||
|
||||
QPlatformTheme *QWinRTIntegration::createPlatformTheme(const QString &
|
||||
name) const
|
||||
QPlatformTheme *QWinRTIntegration::createPlatformTheme(const QString &name) const
|
||||
{
|
||||
if (name == QLatin1String("winrt"))
|
||||
return new QWinRTTheme();
|
||||
|
Loading…
Reference in New Issue
Block a user