diff options
author | hjk <qtc-committer@nokia.com> | 2010-03-22 15:04:24 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-03-22 15:09:41 +0100 |
commit | af14d9fc480237ca7333d8c38bc704eeaf11a5c0 (patch) | |
tree | 88049e6beaa944fa364ac199c966e4a414080429 /src/plugins/debugger/stackhandler.cpp | |
parent | 481a77111da8594e8703e819eecbad7662f6497b (diff) | |
download | qt-creator-af14d9fc480237ca7333d8c38bc704eeaf11a5c0.tar.gz |
debugger: remove or rename a few images.
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r-- | src/plugins/debugger/stackhandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index 05faf0d96f..5913d0c30d 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -115,7 +115,7 @@ QDebug operator<<(QDebug d, const StackFrame &f) StackHandler::StackHandler(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; m_canExpand = false; @@ -289,7 +289,7 @@ ThreadsHandler::ThreadsHandler(QObject *parent) : QAbstractTableModel(parent), m_currentIndex(0), m_positionIcon(QLatin1String(":/debugger/images/location_16.png")), - m_emptyIcon(QLatin1String(":/debugger/images/empty14.png")) + m_emptyIcon(QLatin1String(":/debugger/images/debugger_empty_14.png")) { } |