forked from qt-creator/qt-creator
Re-enable navigation to file in timeline
Change-Id: I6e794ee98380fa8543fc0266bd8cec7b525e1e68 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
committed by
Christiaan Janssen
parent
6f279f1225
commit
c045b43e13
@@ -363,26 +363,6 @@ void TimelineRenderer::clearData()
|
||||
m_selectionLocked = true;
|
||||
}
|
||||
|
||||
qint64 TimelineRenderer::getDuration(int index) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
QString TimelineRenderer::getFilename(int index) const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
int TimelineRenderer::getLine(int index) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
QString TimelineRenderer::getDetails(int index) const
|
||||
{
|
||||
return QString();
|
||||
}
|
||||
|
||||
int TimelineRenderer::getYPosition(int modelIndex, int index) const
|
||||
{
|
||||
Q_ASSERT(m_profilerModelProxy);
|
||||
|
||||
Reference in New Issue
Block a user