debugger: move convienience function to DebuggerEngine base class

This commit is contained in:
hjk
2010-07-21 14:24:29 +02:00
parent b31a29b18d
commit 9cbbeec6c1
10 changed files with 20 additions and 19 deletions

View File

@@ -126,7 +126,7 @@ void MemoryViewAgent::createBinEditor(quint64 addr)
QMetaObject::invokeMethod(editor->widget(), "setLazyData",
Q_ARG(quint64, addr), Q_ARG(int, DataRange), Q_ARG(int, BinBlockSize));
} else {
DebuggerPlugin::instance()->showMessageBox(QMessageBox::Warning,
DebuggerEngine::showMessageBox(QMessageBox::Warning,
tr("No memory viewer available"),
tr("The memory contents cannot be shown as no viewer plugin "
"for binary data has been loaded."));