diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-13 12:05:29 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-13 12:05:29 +0200 |
commit | 1eefd16383bd0e3adb167ccf4e80f6563096594f (patch) | |
tree | f60e7a4a47e6f9ad1f3efcd9dfc0760be6b33726 /src/libs/cplusplus/SimpleLexer.h | |
parent | a446e0674295dc437c1663875ce1d785c7c48308 (diff) | |
download | qt-creator-1eefd16383bd0e3adb167ccf4e80f6563096594f.tar.gz |
Fixed a few typos and bugs in the ObjC++ support.
Diffstat (limited to 'src/libs/cplusplus/SimpleLexer.h')
-rw-r--r-- | src/libs/cplusplus/SimpleLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/cplusplus/SimpleLexer.h b/src/libs/cplusplus/SimpleLexer.h index 669b4c0045..872a236fd8 100644 --- a/src/libs/cplusplus/SimpleLexer.h +++ b/src/libs/cplusplus/SimpleLexer.h @@ -79,6 +79,7 @@ public: bool isOperator() const; bool isKeyword() const; bool isComment() const; + bool isObjCAtKeyword() const; public: int _kind; |