Implemented include completion

Done-with: danimo
This commit is contained in:
Thorbjørn Lindeijer
2009-07-23 16:46:30 +02:00
parent 1ccf39f8ce
commit 47a2097341
4 changed files with 159 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ private:
int previousBlockState(const QTextBlock &block) const;
QList<SimpleToken> _tokens;
QString _text;
};
} // end of namespace CPlusPlus