src/colors.cpp

changeset 264
76a025db4948
parent 259
c27612f0eac0
equal deleted inserted replaced
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)

mercurial