QGnomeTheme: remove unneeded Q_D

Change-Id: I3fcb1de9487bfdfab16bae5603fed09ef72e01ba
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
This commit is contained in:
Noah Davis 2022-02-17 05:07:29 -05:00
parent 1a693b058f
commit a792df2ace

View File

@ -733,7 +733,6 @@ QGnomeTheme::QGnomeTheme()
QVariant QGnomeTheme::themeHint(QPlatformTheme::ThemeHint hint) const
{
Q_D(const QGnomeTheme);
switch (hint) {
case QPlatformTheme::DialogButtonBoxButtonsHaveIcons:
return QVariant(true);