diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-06-29 17:47:59 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-07-02 11:18:51 +0200 |
commit | e3e8b1a5c01ddc230772ee0553ca325704295312 (patch) | |
tree | 9b0ce1ec310800cb6a4816b7a31269e63093aa5f /src/libs/cplusplus/MatchingText.h | |
parent | bb8aed629f9e48f4a47a6acaae0cd5a80c7e2291 (diff) | |
download | qt-creator-e3e8b1a5c01ddc230772ee0553ca325704295312.tar.gz |
Removed the TokenCache.
Diffstat (limited to 'src/libs/cplusplus/MatchingText.h')
-rw-r--r-- | src/libs/cplusplus/MatchingText.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/cplusplus/MatchingText.h b/src/libs/cplusplus/MatchingText.h index c4a84f7c75..9f864741ab 100644 --- a/src/libs/cplusplus/MatchingText.h +++ b/src/libs/cplusplus/MatchingText.h @@ -40,8 +40,6 @@ class TokenCache; class CPLUSPLUS_EXPORT MatchingText { public: - MatchingText(TokenCache *tokenCache); - static bool shouldInsertMatchingText(const QTextCursor &tc); static bool shouldInsertMatchingText(QChar lookAhead); @@ -51,8 +49,6 @@ public: private: bool shouldInsertNewline(const QTextCursor &tc) const; - - TokenCache *_tokenCache; }; } // end of namespace CPlusPlus |