Remove superfluous newline

Change-Id: I556ac48f586633faa6b7048e03a33a0f018973e6
Reviewed-by: Andrew Knight <andrew.knight@intopalo.com>
This commit is contained in:
Samuel Nevala 2015-10-22 12:10:17 +03:00
parent d0cbd1e0b8
commit 0d5bf2eb59

View File

@ -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();