Apply clang-format

This commit is contained in:
Martchus 2021-09-22 11:16:50 +02:00
parent c0c8efaf13
commit 546fb0ec56
1 changed files with 2 additions and 3 deletions

View File

@ -9,8 +9,8 @@
#include <QGuiApplication> #include <QGuiApplication>
#include <QPainter> #include <QPainter>
#include <QString>
#include <QPalette> #include <QPalette>
#include <QString>
#ifdef QT_FORK_AWESOME_ICON_ENGINE_ENABLE_STYLE_SUPPORT #ifdef QT_FORK_AWESOME_ICON_ENGINE_ENABLE_STYLE_SUPPORT
#include <QApplication> #include <QApplication>
#include <QStyle> #include <QStyle>
@ -57,8 +57,7 @@ QPixmap IconEngine::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State sta
case QIcon::Selected: case QIcon::Selected:
role = QPalette::HighlightedText; role = QPalette::HighlightedText;
break; break;
default: default:;
;
} }
#endif #endif
color = QGuiApplication::palette().color(group, role); color = QGuiApplication::palette().color(group, role);