forked from qt-creator/qt-creator
debugger: fix spelling of synchronous
Finally.
This commit is contained in:
@@ -74,7 +74,7 @@ public slots:
|
||||
|
||||
private:
|
||||
// DebuggerEngine implementation
|
||||
bool isSynchroneous() const { return false; }
|
||||
bool isSynchronous() const { return false; }
|
||||
void executeStep();
|
||||
void executeStepOut();
|
||||
void executeNext();
|
||||
|
||||
Reference in New Issue
Block a user