Skip to content
Snippets Groups Projects
Commit f7c98371 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qt/ColorSchemeModel: fix function call

parent b4e63544
No related branches found
No related tags found
1 merge request!478qt/ColorSchemeModel: fix function call
Pipeline #123683 passed with stages
in 42 minutes and 16 seconds
......@@ -139,7 +139,7 @@ private:
std::unique_ptr<ColorSchemeModel::SchemeList> ColorSchemeModel::createList(ColorSchemeModel *parent)
{
#ifdef Q_OS_WIN
if (WinColorSchemeList::canDetectTheme)
if (WinColorSchemeList::canDetectTheme())
return std::make_unique<WinColorSchemeList>(parent);
#endif
Q_UNUSED(parent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment