src/guiutilities.h

changeset 1217
314e12e23c3a
parent 986
525921eae58c
child 1222
34def2630300
--- a/src/guiutilities.h	Thu Jan 04 19:40:52 2018 +0200
+++ b/src/guiutilities.h	Thu Jan 04 19:44:26 2018 +0200
@@ -24,9 +24,9 @@
 {
 	Q_OBJECT
 public:
-	explicit GuiUtilities (QObject* parent);
+	explicit GuiUtilities(QObject* parent);
 
-	QIcon makeColorIcon (LDColor ldcolor, int size);
-	void fillUsedColorsToComboBox (class QComboBox* box);
+	QIcon makeColorIcon(LDColor ldcolor, int size);
+	void fillUsedColorsToComboBox(class QComboBox* box);
 	QColor mainColorRepresentation();
 };

mercurial