More tweaking of color button and dialog.

This commit is contained in:
Jim Evins
2015-08-19 10:14:05 -04:00
parent b1bfdc6952
commit e4d2603cb4
5 changed files with 41 additions and 16 deletions
+3 -1
View File
@@ -69,6 +69,9 @@ namespace glabels
// Slots
/////////////////////////////////
private slots:
void onButtonToggled( bool checked );
void onPaletteDialogAccepted();
void onPaletteDialogRejected();
void onPaletteDialogChanged( ColorNode colorNode, bool isDefault );
@@ -87,7 +90,6 @@ namespace glabels
ColorNode mColorNode;
ColorPaletteDialog* mDialog;
QMenu* mMenu;
};
}