Commit 60eade92 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Fix unused variable

parent 55737026
......@@ -679,6 +679,8 @@ VideoReceiver::startRecording(const QString &videoFile)
_recording = true;
emit recordingChanged();
qCDebug(VideoReceiverLog) << "Recording started";
#else
Q_UNUSED(videoFile)
#endif
}
......
Supports Markdown
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