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