Fri, 12 Jan 2018 00:20:23 +0200
made GLCamera a non-QObject
src/glcamera.h | file | annotate | diff | comparison | revisions |
--- a/src/glcamera.h Sun Mar 05 01:57:56 2017 +0200 +++ b/src/glcamera.h Fri Jan 12 00:20:23 2018 +0200 @@ -34,10 +34,8 @@ * Models a 2D x/y co-ordinate system that maps to a fixed camera position. * Owns camera orientation information and provides 2Dāā3D translation. */ -class GLCamera : public QObject +class GLCamera { - Q_OBJECT - public: // This is used to construct the free camera enum { FreeCamera };