aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-07 10:39:07 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-09-07 10:39:11 +0200
commit98a70cea3c1e996c341382834f8396794b2d67f1 (patch)
tree0bd1cd8faad15664f195c37b1c987d85a2281a4a /sources/shiboken2
parent4f4716ace2c114e1565359f5eeacd1cf19542b2d (diff)
parent700727855c8f5337a0901536b0a65cd608b40b28 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'sources/shiboken2')
-rw-r--r--sources/shiboken2/ApiExtractor/typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/ApiExtractor/typesystem.cpp b/sources/shiboken2/ApiExtractor/typesystem.cpp
index 3a7fbccd6..d78dad369 100644
--- a/sources/shiboken2/ApiExtractor/typesystem.cpp
+++ b/sources/shiboken2/ApiExtractor/typesystem.cpp
@@ -598,7 +598,7 @@ bool Handler::endElement(const QStringRef &localName)
m_currentDroppedEntry = 0;
m_currentDroppedEntryDepth = 0;
} else {
- ++m_currentDroppedEntryDepth;
+ --m_currentDroppedEntryDepth;
}
return true;
}