Revision 63fe8d3...
Go back to digest for 19th June 2011Features in KDE Base
Arthur Arlt committed changes in [kde-workspace] /:
Make class Scene inherit from QObject
The class Scene now inherits from QObject and has the Q_OBJECT macro. The inheriting classes SceneOpenGL and SceneXRender are provided with the Q_OBJECT macro. Now it is possible to use signals and slots and replace direct method calls.
File Changes
Modified 4 files
- kwin/scene.cpp
- kwin/scene.h
- kwin/scene_opengl.h
- kwin/scene_xrender.h
4 files changed in total