obliteration/gui/resources.hpp
2024-10-03 08:43:26 +02:00

9 lines
138 B
C++

#pragma once
#include <QIcon>
class QSize;
/// Only SVG file is supported.
QIcon loadIcon(const QString &fileName, const QSize &size);