Create a reusable item delegate wich supports "annotations".

Currently used by the QML outline and C++ type hierarchy.

Reviewed-by: kkoehne
Task-number: QTCREATORBUG-2583
This commit is contained in:
Leandro Melo
2010-10-06 15:23:05 +02:00
parent ed6585c312
commit 2d50925071
8 changed files with 212 additions and 194 deletions

View File

@@ -648,4 +648,6 @@ private:
} // namespace TextEditor
Q_DECLARE_METATYPE(TextEditor::BaseTextEditor::Link);
#endif // BASETEXTEDITOR_H