CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/04/30 11:07:06
Modified files:
astro/stellarium: Makefile
Added files:
astro/stellarium/patches:
patch-src_core_StelAppGraphicsScene_cpp
Log message:
let stellarium work again after the qt 4.6 update
(very bad OO programming on the stellarium guys part.
You *never* use "switches" on class hierarchies. And indeed, this broke
compatibility with newer qt in the stupidest way possible, when the type
changed from OpenGL to OpenGL2....