mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 11:40:11 +02:00
Revert Camera.h changes.
This commit is contained in:
parent
66621d31e8
commit
7fdba9132e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ enum CameraMode
|
|||
};
|
||||
|
||||
Q_DECLARE_METATYPE(CameraMode);
|
||||
// static int cameraModeId = qRegisterMetaType<CameraMode>();
|
||||
static int cameraModeId = qRegisterMetaType<CameraMode>();
|
||||
|
||||
class Camera : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue