Debugger: Fix QByteArray/QString overload mixup

And take the opportunity to sprinkle more 'override' over the code.

Change-Id: I8b6b80653ca671e7681b7de2de5ad4288b281ccf
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2016-06-13 15:27:17 +02:00
parent 78a800cb34
commit 1284e95295
11 changed files with 38 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ class QmlCppEngine : public DebuggerEngine
public:
QmlCppEngine(const DebuggerRunParameters &sp, QStringList *errors);
~QmlCppEngine();
~QmlCppEngine() override;
bool canDisplayTooltip() const override;
bool canHandleToolTip(const DebuggerToolTipContext &) const override;