Forward-declare QLatin1String too
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 14 Jun 2012 13:04:22 +0000 (15:04 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 14 Jun 2012 22:55:53 +0000 (00:55 +0200)
commitb719bd498ee179f92bee174a622c7954ed542fd0
tree8255aee97457966fbd6c1d63aae57a12bd0c5b83
parent11aa64b1a1450e5189a8a99d58ecceb4322f7d7c
Forward-declare QLatin1String too

qhash.h doesn't include qstring.h and was depending on an indirect
inclusion (probably via qpair.h -> qdatastream.h -> qiodevice.h ->
qobject.h -> qstring.h, which I've broken).

Since it forward-declares QString and QStringRef, let's add
QLatin1String too.

Change-Id: I179ebb22f761b88423ef13643afa2e5ce91ef6a2
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/tools/qhash.h