/[projects]/queensgui/src/board.h
ViewVC logotype

Diff of /queensgui/src/board.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by torben, Thu Jul 19 23:44:01 2007 UTC revision 5 by torben, Fri Jul 20 01:22:53 2007 UTC
# Line 22  Line 22 
22    
23  #include <qwidget.h>  #include <qwidget.h>
24  #include "solution.h"  #include "solution.h"
25  #include "intsolution.h"  
26  #include "config.h"  #include "config.h"
27  /**  /**
28  @author Torben Nielsen  @author Torben Nielsen
# Line 34  public: Line 34  public:
34      Board(QWidget *parent = 0, const char *name = 0);      Board(QWidget *parent = 0, const char *name = 0);
35      ~Board();      ~Board();
36      void setMatrix(Solution* sol);      void setMatrix(Solution* sol);
37      void setMatrix(IntSolution sol);      //void setMatrix(IntSolution sol);
38            
39  public slots:  public slots:
40      void setSize(int size);      void setSize(int size);

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.20