Push temporary color list down into ColorHistory.

This commit is contained in:
Jim Evins
2018-02-11 16:21:35 -05:00
parent 6e6a1fab72
commit 9aff6c2e2f
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ namespace glabels
public:
void addColor( const QColor &color );
QList<QColor> getColors();
QColor getColor( int id );
/////////////////////////////////