Skip to content

Commit

Permalink
Add CCTV Camera icon for Debug Info Widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzyll committed Nov 6, 2024
1 parent 1687c85 commit f0b354a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debuggerui.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<file alias="add">icons/add.png</file>
<file alias="breakpoint">icons/breakpoint.png</file>
<file alias="cancel">icons/cancel.png</file>
<file alias="cctv-camera">icons/cctv-camera.png</file>
<file alias="connect">icons/connect.png</file>
<file alias="debugger">icons/debugger.png</file>
<file alias="disconnect">icons/disconnect.png</file>
Expand Down
Binary file added icons/cctv-camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ui/debuggerinfowidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ void DebuggerInfoTable::onDoubleClicked()


DebugInfoWidgetType::DebugInfoWidgetType():
SidebarWidgetType(QIcon(":/debugger/debugger").pixmap(QSize(64, 64)).toImage(), "Debugger Info")
SidebarWidgetType(QIcon(":/debugger/cctv-camera").pixmap(QSize(64, 64)).toImage(), "Debugger Info")
{
}

Expand Down

0 comments on commit f0b354a

Please sign in to comment.