Create type hierarchy widget; Refactor code from C++ hover into a simple reusable model.

Hierarchy information removed from tooltips now.
This commit is contained in:
Leandro Melo
2010-08-13 16:38:45 +02:00
parent 761a9694f9
commit f79187ca97
15 changed files with 1236 additions and 436 deletions

View File

@@ -463,6 +463,7 @@ protected:
static void countBrackets(QTextCursor cursor, int from, int end, QChar open, QChar close,
int *errors, int *stillopen);
public:
struct Link
{
Link(const QString &fileName = QString(),
@@ -489,6 +490,7 @@ protected:
int column; // Target column
};
protected:
/*!
Reimplement this function to enable code navigation.