src/colors.h

changeset 89
7abaf1d64719
parent 73
97df974b5ed5
child 94
164f53fb5921
equal deleted inserted replaced
88:14e51640c189 89:7abaf1d64719
26 class ColorTable; 26 class ColorTable;
27 } 27 }
28 28
29 struct ldraw::Color 29 struct ldraw::Color
30 { 30 {
31 qint32 index; 31 qint32 index = 0;
32 }; 32 };
33
34 Q_DECLARE_METATYPE(ldraw::Color)
33 35
34 class ldraw::ColorTable 36 class ldraw::ColorTable
35 { 37 {
36 public: 38 public:
37 struct ColorDefinition 39 struct ColorDefinition

mercurial