Remove unnecessary typedefs or replace with using.

This commit is contained in:
Jim Evins
2017-12-30 18:42:26 -05:00
parent b11754462f
commit c7a6ed4917
6 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -101,10 +101,10 @@ namespace glabels
static const int PALETTE_COLS = ColorHistory::MAX_COLORS;
static const int PALETTE_ROWS = 4;
typedef struct {
struct ColorTableEntry {
QString colorSpec;
const char* trname;
} ColorTableEntry;
};
static ColorTableEntry mColorTable[];