forked from qt-creator/qt-creator
Debugger: Simplify QmlEngine construction
Change-Id: Id237998cf2d9a03f9c2929043fdb45ac49d4addb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,7 +37,7 @@ class QmlCppEngine : public DebuggerEngine
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QmlCppEngine(DebuggerEngine *cppEngine, bool useTerminal);
|
||||
explicit QmlCppEngine(DebuggerEngine *cppEngine);
|
||||
~QmlCppEngine() override;
|
||||
|
||||
bool canDisplayTooltip() const override;
|
||||
|
||||
Reference in New Issue
Block a user