Don't use tr() in static initialization.

This commit is contained in:
Jim Evins
2017-11-26 14:34:26 -05:00
parent c6c52a8895
commit 9917e9d4c2
3 changed files with 221 additions and 254 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ namespace glabels
typedef struct {
QString colorSpec;
QString name;
const char* trname;
} ColorTableEntry;
static ColorTableEntry mColorTable[];