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: 0.13.1~3
X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=9a7b4728db831ffb74447e393a0a2cd07176909e;p=quassel.git
Update Help>About Qt to use modern Qt logo and remove old Qt logo from repo
(cherry picked from commit d05ae6f10b9fe9d90d623374c1c065f436fab525)
---
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt
index d92e3a96..08c077c4 100644
--- a/pics/CMakeLists.txt
+++ b/pics/CMakeLists.txt
@@ -21,8 +21,7 @@ if(WANT_MONO OR WANT_QTCLIENT)
else()
# We don't find them yet externally, so disable installation
set(CLIENT_RCS ${CLIENT_RCS} ${CMAKE_CURRENT_SOURCE_DIR}/pics.qrc PARENT_SCOPE)
- # install(FILES qt-logo.png
- # quassel-large.png
+ # install(FILES quassel-large.png
# DESTINATION ${DATA_INSTALL_DIR}/quassel/pics)
endif()
endif()
diff --git a/pics/pics.qrc b/pics/pics.qrc
index 80bbbbb6..6482855d 100644
--- a/pics/pics.qrc
+++ b/pics/pics.qrc
@@ -5,7 +5,6 @@
quassel-eye.png
quassel-logo.png
quassel-oxygen-32.png
- qt-logo.png
qt-logo-32.png
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 1879aed7..489c02c3 100644
--- a/src/qtui/mainwin.cpp
+++ b/src/qtui/mainwin.cpp
@@ -463,7 +463,7 @@ void MainWin::setupActions()
aboutQuasselAct->setMenuRole(QAction::AboutRole);
coll->addAction("AboutQuassel", aboutQuasselAct);
- QAction *aboutQtAct = new Action(QIcon(":/pics/qt-logo.png"), tr("About &Qt"), coll,
+ QAction *aboutQtAct = new Action(QIcon(":/pics/qt-logo-32.png"), tr("About &Qt"), coll,
qApp, SLOT(aboutQt()));
aboutQtAct->setMenuRole(QAction::AboutQtRole);
coll->addAction("AboutQt", aboutQtAct);