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