Revision 835c2aa...

Go back to digest for 30th December 2012

Optimization in Games

Roney Gomes committed changes in [kbounce] /:

Remotion of unneeded multiple inheritance in the board class.

A multiple inheritance case in KBounceBoard has been eliminated. The
class was being derived from QGraphicsItemGroup and from QObject.

QGraphicsObject provides the functionality present in both classes and
is the class we're gonna use from now on.

File Changes

Modified 3 files
  •   board.cpp
  •   board.h
  •   gamewidget.cpp
3 files changed in total