summaryrefslogtreecommitdiff
path: root/src/activeqt/container/qaxdump.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-02-15 20:43:25 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-02-15 20:43:25 +0100
commit05808fb8b011c760a2af6dd520b781447db4a0ba (patch)
tree2319d622b05c7ff70e2e3874ace5ecd0aec75531 /src/activeqt/container/qaxdump.cpp
parent307cd0ed678b37395f02bfb11fd58f8d000da6af (diff)
parent450651e8155bbdec44253a9c282ec385257b2f8a (diff)
downloadqtactiveqt-f272ce580fc2b3c0abcbd797fedfdc3efa25c371.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1
Conflicts: .qmake.conf Change-Id: I06247d29c4b05020e91bb377a7f93e5374184f47
Diffstat (limited to 'src/activeqt/container/qaxdump.cpp')
-rw-r--r--src/activeqt/container/qaxdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxdump.cpp b/src/activeqt/container/qaxdump.cpp
index db124d4..be22892 100644
--- a/src/activeqt/container/qaxdump.cpp
+++ b/src/activeqt/container/qaxdump.cpp
@@ -113,7 +113,7 @@ static QByteArray toType(const QByteArray &t)
type = "int";
if (type.at(0) == 'Q')
- type = type.mid(1);
+ type.remove(0, 1);
type[0] = toupper(type.at(0));
if (type == "VariantList")
type = "List";