qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.h

Add QtCore, fixing:
qthreadstorage.h includes qscopedpointer.h when it should include QtCore/qscopedpointer.h

Amends 815153d4a4.

Change-Id: I8424bc4d0b0d666dbd04d63530af4fbd27987628
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Friedemann Kleint 2018-08-24 10:20:40 +02:00
parent 286c2a0e09
commit 9dd9c6cae4

View File

@ -154,7 +154,7 @@ QT_END_NAMESPACE
#else // !QT_CONFIG(thread)
#include <qscopedpointer.h>
#include <QtCore/qscopedpointer.h>
#include <type_traits>