We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fead7d1 commit c0eb036Copy full SHA for c0eb036
qt_screenshot/fireshot.cpp
@@ -19,7 +19,7 @@ FireShot::~FireShot() {
19
int32_t FireShot::CreateActions() {
20
21
m_lpSettingAction = new QAction(tr("&Settings"), this);
22
- QIcon settingIcon(":/images/menu-setting.png");
+ QIcon settingIcon(":/icons/icon/menu-setting.png");
23
m_lpShotAction; // 截图按钮
24
m_lpQuitAction; // 退出按钮
25
0 commit comments