made GLCamera a non-QObject

Fri, 12 Jan 2018 00:20:23 +0200

author
Santeri Piippo
date
Fri, 12 Jan 2018 00:20:23 +0200
changeset 1234
eb5f28241928
parent 1184
393babf1319d
child 1235
b2e44b23b42a

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 };

mercurial