summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-31 11:11:03 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-31 11:11:03 (GMT)
commit59e281bcc2bc24ae93eaf2751cc6fcc48bfd6302 (patch)
tree4a88791a8457116b020e99d39281797252d3330a /tools
parentaa0b5d35b29fd2f23223e5a4eca4b0d48c74cb2f (diff)
parente845c0d7a8ed33f2aa2a3ae5ebce931ea2043037 (diff)
downloadQt-59e281bcc2bc24ae93eaf2751cc6fcc48bfd6302.zip
Qt-59e281bcc2bc24ae93eaf2751cc6fcc48bfd6302.tar.gz
Qt-59e281bcc2bc24ae93eaf2751cc6fcc48bfd6302.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7
Diffstat (limited to 'tools')
-rw-r--r--tools/porting/src/codemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/porting/src/codemodel.h b/tools/porting/src/codemodel.h
index cb3088f..04ad178 100644
--- a/tools/porting/src/codemodel.h
+++ b/tools/porting/src/codemodel.h
@@ -96,7 +96,7 @@ class Collection: public QMultiHash<QByteArray, CollectedType *>
{
public:
void add(CollectedType *collectedItem)
- { insert(collectedItem->name(), collectedItem); }
+ { this->insert(collectedItem->name(), collectedItem); }
};
typedef Collection<Scope> ScopeCollection;