Browse Source

Merge pull request #5982 from DonLakeFlyer/VideoFix

Fix unused variable
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
66e64f50b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/VideoStreaming/VideoReceiver.cc

2
src/VideoStreaming/VideoReceiver.cc

@ -679,6 +679,8 @@ VideoReceiver::startRecording(const QString &videoFile) @@ -679,6 +679,8 @@ VideoReceiver::startRecording(const QString &videoFile)
_recording = true;
emit recordingChanged();
qCDebug(VideoReceiverLog) << "Recording started";
#else
Q_UNUSED(videoFile)
#endif
}

Loading…
Cancel
Save