Remove obsoleted QIcon code from colorpaletteclient

The recently refactored UI doesn't rely on icon theming anymore.

Amends: 7a62659880

Pick-to: 6.7
Change-Id: I59bc7df167cf6cbd6b26cbd494674927f81f319e
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
This commit is contained in:
Juha Vuolle 2024-03-05 16:12:14 +02:00
parent 32fcefb291
commit 1be090be7d
1 changed files with 0 additions and 2 deletions

View File

@ -4,12 +4,10 @@
#include <QtQml/qqmlapplicationengine.h>
#include <QtQml/qqmlcontext.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/qicon.h>
int main(int argc, char *argv[])
{
QGuiApplication app(argc, argv);
QIcon::setThemeName("colorpaletteclient");
QQmlApplicationEngine engine;
#ifdef Q_OS_MACOS