forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.1'
Conflicts: share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml src/plugins/android/androidrunner.cpp src/plugins/debugger/debuggerruncontrol.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h tests/system/suite_WELP/tst_WELP03/test.py Change-Id: Ibac4d71d4f4dbe1e4f05052d2f8a2dcfd82edd4c
This commit is contained in:
@@ -1505,6 +1505,14 @@ void formatKnownTypeFlags(std::ostream &os, KnownType kt)
|
||||
os << " simple_dumper";
|
||||
}
|
||||
|
||||
unsigned SymbolGroupValue::isMovable(const std::string &t, const SymbolGroupValue &v)
|
||||
{
|
||||
KnownType kt = knownType(t, false);
|
||||
if (kt & (KT_POD_Type | KT_Qt_MovableType | KT_Qt_PrimitiveType))
|
||||
return true;
|
||||
return kt == KT_QStringList && QtInfo::get(v.context()).version >= 5;
|
||||
}
|
||||
|
||||
static inline DumpParameterRecodeResult
|
||||
checkCharArrayRecode(const SymbolGroupValue &v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user