Commit dbf4cd4d authored by Gus Grubba's avatar Gus Grubba

Make slots protected instead of private.

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