forked from qt-creator/qt-creator
debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'
This commit is contained in:
@@ -225,7 +225,7 @@ LocationMark::~LocationMark()
|
||||
|
||||
QIcon LocationMark::icon() const
|
||||
{
|
||||
static const QIcon icon(":/gdbdebugger/images/location.svg");
|
||||
static const QIcon icon(":/debugger/images/location.svg");
|
||||
return icon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user