--- queensgui/src/board.h 2007/07/20 01:22:53 5 +++ queensgui/src/board.h 2007/07/20 09:54:09 6 @@ -34,8 +34,7 @@ Board(QWidget *parent = 0, const char *name = 0); ~Board(); void setMatrix(Solution* sol); - //void setMatrix(IntSolution sol); - + public slots: void setSize(int size); void rotateLeft();