QtPBFImagePlugin/src/color.h

12 lines
135 B
C
Raw Normal View History

2018-10-29 00:11:23 +01:00
#ifndef COLOR_H
#define COLOR_H
#include <QColor>
namespace Color
{
QColor fromJsonString(const QString &str);
}
#endif // COLOR_H