diff options
| author | hjk <qtc-committer@nokia.com> | 2010-09-01 17:36:09 +0200 |
|---|---|---|
| committer | hjk <qtc-committer@nokia.com> | 2010-09-01 17:36:09 +0200 |
| commit | 4cbbe366afefacdbf604306f956cd6a3eb64f0ad (patch) | |
| tree | 3c470c1177e50db3ed33bdf92a99b40ce91a0f33 /src/plugins/debugger/qml/qmlcppengine.h | |
| parent | d875ad4ebe35af6dda4b3950d61bc1698081858c (diff) | |
| download | qt-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.h | 2 |
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(); |
