forked from qt-creator/qt-creator
debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'
This commit is contained in:
@@ -53,7 +53,7 @@ BreakWindow::BreakWindow(QWidget *parent)
|
||||
{
|
||||
QAction *act = theDebuggerAction(UseAlternatingRowColors);
|
||||
setWindowTitle(tr("Breakpoints"));
|
||||
setWindowIcon(QIcon(":/gdbdebugger/images/debugger_breakpoints.png"));
|
||||
setWindowIcon(QIcon(":/debugger/images/debugger_breakpoints.png"));
|
||||
setAlternatingRowColors(act->isChecked());
|
||||
setRootIsDecorated(false);
|
||||
setIconSize(QSize(10, 10));
|
||||
|
||||
Reference in New Issue
Block a user