Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
trialuser02 committed Sep 25, 2023
1 parent 03a4f3a commit 833f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt6ct-qtplugin/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ QPlatformTheme *Qt6CTPlatformThemePlugin::create(const QString &key, const QStri
return nullptr;
}

if(key.toLower() == "qt6ct" || key.toLower() == "qt5ct")
if(key.toLower() == QLatin1String("qt6ct") || key.toLower() == QLatin1String("qt5ct"))
return new Qt6CTPlatformTheme();
return nullptr;
}
Expand Down

0 comments on commit 833f561

Please sign in to comment.