Remove unnecessary typedefs or replace with using.
This commit is contained in:
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user