forked from qt-creator/qt-creator
ScreenRecorder: Fix warning
Change-Id: I83130abbf61c43ab7835ab012b3005287aa6d2f4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -94,6 +94,8 @@ ScreenRecorderSettings::ScreenRecorderSettings()
|
|||||||
captureType.addOption({"AVFoundation", {}, CaptureType::AVFoundation});
|
captureType.addOption({"AVFoundation", {}, CaptureType::AVFoundation});
|
||||||
captureType.setDefaultValue(CaptureType::AVFoundation);
|
captureType.setDefaultValue(CaptureType::AVFoundation);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
auto setCaptureMouseClicksVisible = [this] {
|
auto setCaptureMouseClicksVisible = [this] {
|
||||||
const QVariant value = captureType.itemValueForIndex(captureType.volatileValue());
|
const QVariant value = captureType.itemValueForIndex(captureType.volatileValue());
|
||||||
|
|||||||
Reference in New Issue
Block a user