Remove redundant include statement from qgtk3theme.cpp

QSettings was included but not needed.
This patch removes the include.

Change-Id: I9da146312f26f87eb863d6409b90988603cf46d3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 4804dc9fc7b22e6e103f68c602c55e876892d5c2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Axel Spoerl 2023-02-03 12:38:31 +01:00 committed by Qt Cherry-pick Bot
parent 9df96b3e09
commit ccd730dba4

View File

@ -16,7 +16,6 @@
#include "qgtk3interface_p.h"
#include "qgtk3storage_p.h"
#include <QtCore/QMetaEnum>
#include <QtCore/QSettings>
#include <QtCore/QFileInfo>
#include <QtGui/QFontDatabase>