Skip to content

Commit

Permalink
[ci] Minor fix due to Qt 6.8 deprecation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 24, 2024
1 parent 525e118 commit e301319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class ThemeDialog : public QDialog
auto item = list.currentItem();
if(!item)
return;
#if QT_VERSION >= QT_VERSION_CHECK(6,6,0)
#if QT_VERSION >= QT_VERSION_CHECK(6, 4, 0)
if(!QColor::isValidColorName(txt))
return;
#else
Expand Down

0 comments on commit e301319

Please sign in to comment.