From: phuzion <398094+phuzion@users.noreply.github.com> Date: Wed, 13 Feb 2019 14:28:13 +0000 (+0000) Subject: Update Help>About Qt to use modern Qt logo and remove old Qt logo from repo X-Git-Tag: test-travis-01~69 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=d05ae6f10b9fe9d90d623374c1c065f436fab525 Update Help>About Qt to use modern Qt logo and remove old Qt logo from repo --- diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt index 6490ad17..8759f380 100644 --- a/pics/CMakeLists.txt +++ b/pics/CMakeLists.txt @@ -7,7 +7,6 @@ if (WANT_MONO OR WANT_QTCLIENT) quassel-eye.png quassel-logo.png quassel-oxygen-32.png - qt-logo.png qt-logo-32.png ) endif() diff --git a/pics/qt-logo.png b/pics/qt-logo.png deleted file mode 100644 index 00931777..00000000 Binary files a/pics/qt-logo.png and /dev/null differ diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index b5de36ab..2b43a7e1 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -413,7 +413,7 @@ void MainWin::setupActions() // Help coll->addAction("AboutQuassel", new Action(icon::get("quassel"), tr("&About Quassel"), coll, this, &MainWin::showAboutDlg)) ->setMenuRole(QAction::AboutRole); - coll->addAction("AboutQt", new Action(QIcon(":/pics/qt-logo.png"), tr("About &Qt"), coll, qApp, &QApplication::aboutQt)) + coll->addAction("AboutQt", new Action(QIcon(":/pics/qt-logo-32.png"), tr("About &Qt"), coll, qApp, &QApplication::aboutQt)) ->setMenuRole(QAction::AboutQtRole); coll->addActions( {{"DebugNetworkModel",