maemo.org Bugzilla – Bug 12377
[TASK] Don't hardcode chessboard colors in backend
Last modified: 2011-10-13 09:01:30 UTC
You need to log in before you can comment on or make changes to this bug.
See https://gitorious.org/miniature/miniature/commit/c9f3e2b8ced3ecc6b6a7248179f05c1f5bdd5bb7 and its comments: Better to have square state, like “PieceSelected” and “SquareSelected”. Then backend can get rid of linking against Qt GUI again, too. Currently, the usage QColor in the backend is the *only* reason libminiature-game0 (our backend) has to link against QtGui module. I would like to see that fixed.
Fixed with commit 992577a5095a371ba50d9936bf46c3d41f4075c1.