Tweaking color button menu.

This commit is contained in:
Jim Evins
2015-08-18 23:48:25 -04:00
parent c90c2f8236
commit 02b00b1511
5 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -69,7 +69,6 @@ namespace glabels
// Slots
/////////////////////////////////
private slots:
void onButtonPressed();
void onPaletteDialogChanged( ColorNode colorNode, bool isDefault );
@@ -88,6 +87,7 @@ namespace glabels
ColorNode mColorNode;
ColorPaletteDialog* mDialog;
QMenu* mMenu;
};
}