Skip to content

Commit

Permalink
Settings can now change square background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Geggles committed Jun 27, 2016
1 parent db213a1 commit 949f361
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GUI/Square.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ public Square(QWidget parent, Color color) {
public Color getColor(){
return color;
}

/**
* Set the background color of this square to color
*/
public void setColor(QColor color){

}
}

0 comments on commit 949f361

Please sign in to comment.