QtPBFImagePlugin/src/color.h
2018-10-29 00:11:23 +01:00

12 lines
135 B
C++

#ifndef COLOR_H
#define COLOR_H
#include <QColor>
namespace Color
{
QColor fromJsonString(const QString &str);
}
#endif // COLOR_H