From 4e3a9779959cc0646a0273e250ef7b5747d6ccc2 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 14 Nov 2020 23:15:01 +0100 Subject: [PATCH] Menu: remove About QT bloat --- src/mainwindow.cpp | 2 -- src/mainwindow.ui | 6 ------ 2 files changed, 8 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index fcc6041..f377784 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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 diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 02a60be..b564772 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -419,7 +419,6 @@ Help - @@ -575,11 +574,6 @@ Keys - - - About Qt - - Create desktop entry