QVarLengthArray: don't allow syncqt to export base classes
Check, in tst_qvarlengtharray, that the forwarding header still works. Pick-to: 6.3 Change-Id: Ia03cf48457f538287880bb676aea3fa44aeb255f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
c4016f9564
commit
daaa3088ec
|
|
@ -40,6 +40,11 @@
|
|||
#ifndef QVARLENGTHARRAY_H
|
||||
#define QVARLENGTHARRAY_H
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QVarLengthArray)
|
||||
#pragma qt_sync_stop_processing
|
||||
#endif
|
||||
|
||||
#include <QtCore/qcontainerfwd.h>
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtCore/qalgorithms.h>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <QtTest/QTest>
|
||||
#include <qvarlengtharray.h>
|
||||
#include <QVarLengthArray>
|
||||
#include <qvariant.h>
|
||||
#include <qscopeguard.h>
|
||||
#include <qscopedvaluerollback.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue