qtforkawesome/icon.h

15 lines
235 B
C++

#ifndef QT_FORK_AWESOME_ICON
#define QT_FORK_AWESOME_ICON
#include "./iconfwd.h"
namespace QtForkAwesome {
enum class Icon : IconBaseType {
#include "private/icons.h"
};
} // namespace QtForkAwesome
#endif // QT_FORK_AWESOME_ICON