color scheme, randomizing, state saving/restore
[colorflood] / colorflood / src / window.hpp
index b76d9b1..808b89f 100644 (file)
@@ -25,6 +25,9 @@ class Window : public QWidget
 public:
     Window ();
 
+public slots:
+    void randomize ();
+
 private:
     Field *field;
 };