Fix warning from syncqt.pl about header inclusion path
After a "QtCore: WARNING:" intro (separated to avoid being mistaken for a footer) syncqt.pl said: .../qtbase/src/corelib/kernel/qjnienvironment.h includes QScopedPointer when it should include QtCore/QScopedPointer Change-Id: Iaa1f025367b7321af9c5de27196ebf271f9179df Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
0bae5fbabb
commit
968f4001a8
|
|
@ -40,7 +40,7 @@
|
|||
#ifndef QJNI_ENVIRONMENT_H
|
||||
#define QJNI_ENVIRONMENT_H
|
||||
|
||||
#include <QScopedPointer>
|
||||
#include <QtCore/QScopedPointer>
|
||||
|
||||
#if defined(Q_OS_ANDROID) && !defined(Q_OS_ANDROID_EMBEDDED)
|
||||
#include <jni.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue