summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/snapshothandler.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-03-22 15:04:24 +0100
committerhjk <qtc-committer@nokia.com>2010-03-22 15:09:41 +0100
commitaf14d9fc480237ca7333d8c38bc704eeaf11a5c0 (patch)
tree88049e6beaa944fa364ac199c966e4a414080429 /src/plugins/debugger/snapshothandler.cpp
parent481a77111da8594e8703e819eecbad7662f6497b (diff)
downloadqt-creator-af14d9fc480237ca7333d8c38bc704eeaf11a5c0.tar.gz
debugger: remove or rename a few images.
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 af6bb22b77..6eee3850ad 100644
--- a/src/plugins/debugger/snapshothandler.cpp
+++ b/src/plugins/debugger/snapshothandler.cpp
@@ -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()),