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. |