From fe7e88a6b5219bfe3d8c70baf2ae2b83ea1961d8 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 19 May 2009 15:33:17 +0200 Subject: debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger' --- src/plugins/debugger/moduleshandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/debugger/moduleshandler.cpp') diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index ee1dc1f94e..b23c679c60 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -96,8 +96,8 @@ QVariant ModulesModel::headerData(int section, QVariant ModulesModel::data(const QModelIndex &index, int role) const { - //static const QIcon icon(":/gdbdebugger/images/breakpoint.svg"); - //static const QIcon icon2(":/gdbdebugger/images/breakpoint_pending.svg"); + //static const QIcon icon(":/debugger/images/breakpoint.svg"); + //static const QIcon icon2(":/debugger/images/breakpoint_pending.svg"); int row = index.row(); if (row < 0 || row >= m_modules.size()) -- cgit v1.2.1