Merge pull request 'Menu: remove About QT' (#157) from tobtoht/feather:about_qt into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/157
This commit is contained in:
tobtoht 2020-11-14 22:17:31 +00:00
commit b875ee362e
2 changed files with 0 additions and 8 deletions

View File

@ -104,8 +104,6 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
});
connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo);
connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning("https://featherwallet.org"); });
connect(ui->actionAbout_Qt, &QAction::triggered, [=] { QApplication::aboutQt(); });
#if defined(XMRTO)
// xmr.to connects/widget

View File

@ -419,7 +419,6 @@
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
<addaction name="actionOfficialWebsite"/>
<addaction name="actionDonate_to_Feather"/>
<addaction name="separator"/>
@ -575,11 +574,6 @@
<string>Keys</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionCreateDesktopEntry">
<property name="text">
<string>Create desktop entry</string>