Skip to content

Commit c0eb036

Browse files
添加资源文件
1 parent fead7d1 commit c0eb036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt_screenshot/fireshot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FireShot::~FireShot() {
1919
int32_t FireShot::CreateActions() {
2020

2121
m_lpSettingAction = new QAction(tr("&Settings"), this);
22-
QIcon settingIcon(":/images/menu-setting.png");
22+
QIcon settingIcon(":/icons/icon/menu-setting.png");
2323
m_lpShotAction; // 截图按钮
2424
m_lpQuitAction; // 退出按钮
2525

0 commit comments

Comments
 (0)