forked from qt-creator/qt-creator
Utils: More forward declarations / drop unused headers [H-K]
Round 1 - focus on headers. For classes with initial in range [H-K]. Try to keep the same separators between different kind of headers. Change-Id: Iefb032953743be41a847ee011c30527edfa425d8 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
#include "infolabel.h"
|
||||
|
||||
#include <utils/icon.h>
|
||||
#include <utils/utilsicons.h>
|
||||
#include "icon.h"
|
||||
#include "utilsicons.h"
|
||||
|
||||
#include <QPainter>
|
||||
#include <QPaintEvent>
|
||||
@@ -75,7 +75,7 @@ QSize InfoLabel::minimumSizeHint() const
|
||||
return baseHint;
|
||||
}
|
||||
|
||||
static Utils::Theme::Color fillColorForType(InfoLabel::InfoType type)
|
||||
static Theme::Color fillColorForType(InfoLabel::InfoType type)
|
||||
{
|
||||
using namespace Utils;
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user