summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/snapshothandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/snapshothandler.cpp')
-rw-r--r--src/plugins/debugger/snapshothandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/snapshothandler.cpp b/src/plugins/debugger/snapshothandler.cpp
index 0a055429c4..e23d29d80b 100644
--- a/src/plugins/debugger/snapshothandler.cpp
+++ b/src/plugins/debugger/snapshothandler.cpp
@@ -214,7 +214,7 @@ void SnapshotHandler::activateSnapshot(int index)
beginResetModel();
m_currentIndex = index;
//qDebug() << "ACTIVATING INDEX: " << m_currentIndex << " OF " << size();
- debuggerCore()->displayDebugger(at(index), true);
+ Internal::displayDebugger(at(index), true);
endResetModel();
}