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

Reviewed-on: feather/feather#157
master
tobtoht 4 years ago
commit b875ee362e

@ -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

@ -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>

Loading…
Cancel
Save