src/glRenderer.h

changeset 967
eb586d3e1a6a
parent 945
c310073e4f22
child 968
4b93b7963456
equal deleted inserted replaced
966:a834e43a57da 967:eb586d3e1a6a
112 112
113 ENumCameras, 113 ENumCameras,
114 EFirstCamera = ETopCamera 114 EFirstCamera = ETopCamera
115 }; 115 };
116 116
117 NUMERIC_ENUM_OPERATORS (ECamera) 117 MAKE_ITERABLE_ENUM (ECamera)
118 118
119 // 119 //
120 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets 120 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets
121 // initialized before program gets to main() and constructs a QApplication 121 // initialized before program gets to main() and constructs a QApplication
122 // and Qt doesn't like that. 122 // and Qt doesn't like that.

mercurial