qstringfwd.h: add missing QString fwd decl
qstringfwd.h should probably fwd declare QString, too :o Amends abe3b4c9b947de5e55085b37840e0d1d6f3aae42. Pick-to: 6.9 6.8 6.5 Change-Id: I80558c92d1144ead0aade410a8b1810713fed701 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
e64fd05fec
commit
bc4105c843
@ -33,6 +33,7 @@ using QLatin1String = QLatin1StringView;
|
||||
class QLatin1String;
|
||||
using QLatin1StringView = QLatin1String;
|
||||
#endif
|
||||
class QString;
|
||||
class QStringView;
|
||||
template <bool> class QBasicUtf8StringView;
|
||||
class QAnyStringView;
|
||||
|
Loading…
x
Reference in New Issue
Block a user