mirror of
https://github.com/obhq/obliteration.git
synced 2024-11-23 11:19:56 +00:00
9 lines
138 B
C++
9 lines
138 B
C++
#pragma once
|
|
|
|
#include <QIcon>
|
|
|
|
class QSize;
|
|
|
|
/// Only SVG file is supported.
|
|
QIcon loadIcon(const QString &fileName, const QSize &size);
|