Skip to content

Commit

Permalink
Merge pull request #4392 from Be-ing/qstringlist_forward_declare
Browse files Browse the repository at this point in the history
do not forward declare QStringList with Qt6
  • Loading branch information
uklotzde authored Oct 13, 2021
2 parents 209741a + be07d7b commit b5542af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/desktophelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

#include <QtGlobal>

#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QT_FORWARD_DECLARE_CLASS(QStringList);
#endif

namespace mixxx {

Expand Down

0 comments on commit b5542af

Please sign in to comment.