263:59b6027b9843 | 264:76a025db4948 |
---|---|
1 #include <QRegExp> | 1 #include <QRegExp> |
2 #include <QIODevice> | 2 #include <QIODevice> |
3 #include "colors.h" | 3 #include "src/colors.h" |
4 | 4 |
5 const ColorDefinition unknownColor{{}, {}, "Unknown", "???"}; | 5 const ColorDefinition unknownColor{{}, {}, "Unknown", "???"}; |
6 | 6 |
7 template<typename... Args> | 7 template<typename... Args> |
8 static QString replaced(QString text, Args&&... args) | 8 static QString replaced(QString text, Args&&... args) |