forked from qt-creator/qt-creator
Debugger: Move DebuggerEngine/QmlEngine/QmlCppEngine into Debugger{}
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
This commit is contained in:
@@ -52,13 +52,13 @@ class WatchData;
|
||||
* processEvents() triggered by QScriptEngine::setProcessEventsInterval().
|
||||
* Stopping is emulated by manually calling processEvents() from the debugger engine. */
|
||||
|
||||
class ScriptEngine : public DebuggerEngine
|
||||
class ScriptEngine : public Debugger::DebuggerEngine
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ScriptEngine(const DebuggerStartParameters &startParameters);
|
||||
~ScriptEngine();
|
||||
explicit ScriptEngine(const DebuggerStartParameters &startParameters);
|
||||
virtual ~ScriptEngine();
|
||||
|
||||
private:
|
||||
// DebuggerEngine implementation
|
||||
|
||||
Reference in New Issue
Block a user