debugger: remove or rename a few images.

This commit is contained in:
hjk
2010-03-22 15:04:24 +01:00
parent 481a77111d
commit af14d9fc48
15 changed files with 12 additions and 17 deletions

View File

@@ -112,7 +112,7 @@ QDebug operator<<(QDebug d, const SnapshotData &f)
SnapshotHandler::SnapshotHandler(QObject *parent)
: QAbstractTableModel(parent),
m_positionIcon(QIcon(":/debugger/images/location_16.png")),
m_emptyIcon(QIcon(":/debugger/images/empty14.png"))
m_emptyIcon(QIcon(":/debugger/images/debugger_empty_14.png"))
{
m_currentIndex = 0;
connect(theDebuggerAction(OperateByInstruction), SIGNAL(triggered()),