Re-enable navigation to file in timeline

Change-Id: I6e794ee98380fa8543fc0266bd8cec7b525e1e68
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
Kai Koehne
2013-06-11 16:18:02 +02:00
committed by Christiaan Janssen
parent 6f279f1225
commit c045b43e13
13 changed files with 56 additions and 42 deletions

View File

@@ -280,6 +280,11 @@ const QVariantList TimelineModelAggregator::getEventDetails(int modelIndex, int
return d->modelList[modelIndex]->getEventDetails(index);
}
const QVariantMap TimelineModelAggregator::getEventLocation(int modelIndex, int index) const
{
return d->modelList[modelIndex]->getEventLocation(index);
}
void TimelineModelAggregator::dataChanged()
{
// this is a slot connected for every modelproxy