Skip to content
Snippets Groups Projects
Commit dbf4cd4d authored by Gus Grubba's avatar Gus Grubba
Browse files

Make slots protected instead of private.

parent 0446c70d
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ protected: ...@@ -162,7 +162,7 @@ protected:
virtual void _setVideoStatus (VideoStatus status); virtual void _setVideoStatus (VideoStatus status);
virtual void _setCameraMode (CameraMode mode); virtual void _setCameraMode (CameraMode mode);
private slots: protected slots:
void _initWhenReady (); void _initWhenReady ();
void _requestCameraSettings (); void _requestCameraSettings ();
void _requestAllParameters (); void _requestAllParameters ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment