forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user