Include sanitation

This commit is contained in:
luisangelsm
2026-03-13 11:06:25 +01:00
parent 221ce60760
commit f0943995c6
112 changed files with 252 additions and 179 deletions

View File

@ -1,5 +1,6 @@
#include "icon_utils.h"
#include <QPainter>
#include <QSvgRenderer>
#include "yacreader_global.h"

View File

@ -1,7 +1,9 @@
#ifndef ICON_UTILS_H
#define ICON_UTILS_H
#include <QtGui>
#include <QColor>
#include <QPixmap>
#include <QString>
// Render an SVG file to a QPixmap at a specific logical size with HiDPI support.
// Uses QSvgRenderer to rasterize directly at the target resolution (no upscaling).