# HG changeset patch # User Santeri Piippo # Date 1515709223 -7200 # Node ID eb5f282419289bc95630af1cb5fb4e6ad2c272f7 # Parent 393babf1319d95d54a25a71e648ffcacc871bd6d made GLCamera a non-QObject diff -r 393babf1319d -r eb5f28241928 src/glcamera.h --- 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 };