summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlcppengine.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-09-01 17:36:09 +0200
committerhjk <qtc-committer@nokia.com>2010-09-01 17:36:09 +0200
commit4cbbe366afefacdbf604306f956cd6a3eb64f0ad (patch)
tree3c470c1177e50db3ed33bdf92a99b40ce91a0f33 /src/plugins/debugger/qml/qmlcppengine.h
parentd875ad4ebe35af6dda4b3950d61bc1698081858c (diff)
downloadqt-creator-4cbbe366afefacdbf604306f956cd6a3eb64f0ad.tar.gz
debugger: make a 'type' a QByteArray, not a QString
Saves lots of conversion.
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.h')
-rw-r--r--src/plugins/debugger/qml/qmlcppengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.h b/src/plugins/debugger/qml/qmlcppengine.h
index 0fcdd3cce0..68b2558ab0 100644
--- a/src/plugins/debugger/qml/qmlcppengine.h
+++ b/src/plugins/debugger/qml/qmlcppengine.h
@@ -46,7 +46,7 @@ public:
virtual unsigned debuggerCapabilities() const;
virtual bool isSynchronous() const;
- virtual QString qtNamespace() const;
+ virtual QByteArray qtNamespace() const;
virtual void createSnapshot();
virtual void updateAll();