Try to get the type from a qualified-id.

This commit is contained in:
Roberto Raggi
2010-02-02 15:01:42 +01:00
parent 2443a4b365
commit fac977a5bd
5 changed files with 47 additions and 11 deletions

View File

@@ -131,7 +131,8 @@ public:
virtual void unCommentSelection();
SemanticInfo semanticInfo() const { return m_semanticInfo; }
SemanticInfo semanticInfo() const;
int documentRevision() const;
public slots:
virtual void setFontSettings(const TextEditor::FontSettings &);