QmlProfiler: Remove getState() methods

A numerical representation of "state" is not so useful after all.

Change-Id: I7fc3ae08a2fd44000b5543f4ba25730a8d79358d
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-07-08 12:49:56 +02:00
parent 5ceb0b68d6
commit 1f46fca305
5 changed files with 1 additions and 20 deletions

View File

@@ -286,11 +286,5 @@ qint64 TimelineModelAggregator::traceDuration() const
return d->modelManager->traceTime()->duration();
}
int TimelineModelAggregator::getState() const
{
return (int)d->modelManager->state();
}
} // namespace Internal
} // namespace QmlProfiler