#ifndef MVT_COLOR_H
#define MVT_COLOR_H

#include <QColor>

namespace MVT {

namespace Color
{
	QColor fromJsonString(const QString &str);
}

}

#endif // MVT_COLOR_H
