Some tweaking of ColorPaletteDialog.

This commit is contained in:
Jim Evins
2015-08-18 20:58:55 -04:00
parent a2504036e8
commit c90c2f8236
9 changed files with 309 additions and 42 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace glabels
// Private Methods
/////////////////////////////////
private:
void readColorArray( QColor array[MAX_COLORS], int& n );
void readColorArray( QColor array[MAX_COLORS], int* n );
void writeColorArray( const QColor array[MAX_COLORS], int n );