qtforkawesome/icon.h

16 lines
321 B
C
Raw Normal View History

2021-09-11 14:42:11 +02:00
#ifndef QT_FORK_AWESOME_ICON
#define QT_FORK_AWESOME_ICON
#include "./iconfwd.h"
namespace QtForkAwesome {
enum class Icon : IconBaseType {
Invalid, /**< invalid, used by QtForkAwesome::iconFromId() to indicate failure */
2021-09-11 14:42:11 +02:00
#include "private/icons.h"
};
} // namespace QtForkAwesome
#endif // QT_FORK_AWESOME_ICON