Add missing include when enabling deprecated code
QStringList is used by the inline code. (I did not see that before because I was using precompiled headers) Change-Id: Ieea4f13c143495f841b5246d835b584cc7404ac6 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>bb10
parent
9d43b8d970
commit
3c0a26b79f
|
|
@ -49,6 +49,10 @@
|
|||
#include <QtCore/qrect.h>
|
||||
#include <QtCore/qstring.h>
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 0)
|
||||
#include <QtCore/qstringlist.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue