Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg authored Jan 4, 2024
1 parent c9188c7 commit 8edcee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ int main(int argc, char *argv[])

QStringList selectors;
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
selectors << "qt5";
selectors << "best_qt";
#else
selectors << "qt6";
selectors << "worst_qt";
QQuickStyle::setStyle("Material");
#endif

Expand Down

0 comments on commit 8edcee4

Please sign in to comment.