Skip to content

Commit

Permalink
qstringfwd.h: add missing QString fwd decl
Browse files Browse the repository at this point in the history
qstringfwd.h should probably fwd declare QString, too :o

Amends abe3b4c.

Pick-to: 6.8 6.5
Change-Id: I80558c92d1144ead0aade410a8b1810713fed701
Reviewed-by: Thiago Macieira <[email protected]>
(cherry picked from commit bc4105c)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
marcmutz authored and Qt Cherry-pick Bot committed Dec 12, 2024
1 parent df2f31b commit 83e18b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/corelib/text/qstringfwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ using QLatin1String = QLatin1StringView;
class QLatin1String;
using QLatin1StringView = QLatin1String;
#endif
class QString;
class QStringView;
template <bool> class QBasicUtf8StringView;
class QAnyStringView;
Expand Down

0 comments on commit 83e18b6

Please sign in to comment.