QmlJSEditor: Fix typo

This commit is contained in:
Kai Koehne
2010-07-13 11:25:45 +02:00
parent 1510ad5aa1
commit df037e1f42
2 changed files with 8 additions and 8 deletions

View File

@@ -292,7 +292,7 @@ private:
SemanticInfo m_semanticInfo;
QmlJS::IContextPane *m_contextPane;
int m_oldCurserPosition;
int m_oldCursorPosition;
};
} // namespace Internal