Menu: remove About QT

bloat
tobtoht-patch-1
tobtoht 3 years ago
parent eb801ed9d4
commit 4e3a977995

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