1268:7cbdaefda950 | 1269:ec691d9472b3 |
---|---|
90 const ColorData::Entry& data() const; | 90 const ColorData::Entry& data() const; |
91 | 91 |
92 qint32 m_index; | 92 qint32 m_index; |
93 }; | 93 }; |
94 | 94 |
95 Q_DECLARE_METATYPE(LDColor) | |
95 uint qHash(LDColor color); | 96 uint qHash(LDColor color); |
96 | 97 |
97 /* | 98 /* |
98 * LDConfigParser | 99 * LDConfigParser |
99 * | 100 * |