src/toolsets/algorithmtoolset.h

changeset 1217
314e12e23c3a
parent 978
4603d8fd063e
child 1222
34def2630300
--- a/src/toolsets/algorithmtoolset.h	Thu Jan 04 19:40:52 2018 +0200
+++ b/src/toolsets/algorithmtoolset.h	Thu Jan 04 19:44:26 2018 +0200
@@ -23,7 +23,7 @@
 {
 	Q_OBJECT
 public:
-	explicit AlgorithmToolset (MainWindow* parent);
+	explicit AlgorithmToolset(MainWindow* parent);
 
 	Q_INVOKABLE void addHistoryLine();
 	Q_INVOKABLE void autocolor();
@@ -38,5 +38,5 @@
 	Q_INVOKABLE void subfileSelection();
 
 private:
-	bool isColorUsed (class LDColor color);
+	bool isColorUsed(class LDColor color);
 };
\ No newline at end of file

mercurial