Outline: Make recalculation of current model index more robust

This commit is contained in:
Kai Koehne
2010-07-12 16:40:15 +02:00
parent b2694a33bb
commit 503f720f85
6 changed files with 23 additions and 21 deletions

View File

@@ -217,7 +217,7 @@ public:
bool isOutdated() const;
QmlOutlineModel *outlineModel() const;
QModelIndex outlineModelIndex() const;
QModelIndex outlineModelIndex();
public slots:
void followSymbolUnderCursor();