QmlProfiler: Remove lastTimeMark()

It's unused and there is no point in having it as you can retrieve the
time span from zoomControl

Change-Id: I474ecf4ee6c183ac8b97bbac9c47618f52d956c0
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-07-07 17:46:54 +02:00
parent 566ae3442b
commit 5ceb0b68d6
4 changed files with 0 additions and 22 deletions

View File

@@ -74,12 +74,6 @@ int AbstractTimelineModel::count() const
return d->count();
}
qint64 AbstractTimelineModel::lastTimeMark() const
{
Q_D(const AbstractTimelineModel);
return d->lastEndTime();
}
int AbstractTimelineModel::findFirstIndex(qint64 startTime) const
{
Q_D(const AbstractTimelineModel);