debugger: fix spelling of synchronous

Finally.
This commit is contained in:
hjk
2010-08-30 07:52:41 +02:00
parent 15da517b9b
commit 56fd90e5cc
8 changed files with 16 additions and 16 deletions

View File

@@ -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();