diff options
author | sr55 <[email protected]> | 2013-10-05 14:48:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-10-05 14:48:33 +0000 |
commit | ac2f6f59343ee6166ebe5e6b709dfea6d549190b (patch) | |
tree | fe8754362e687cd20b608949ff49d2e64b12d063 /win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs | |
parent | e65a09acd28ebe7e105d527c283100e1dbd2bf79 (diff) |
WinGui: Use the LumenWorks CsvReader library for the chapters tab. (MIT License)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5820 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs index cd2d10423..bfe29b27b 100644 --- a/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/OptionsViewModel.cs @@ -374,6 +374,9 @@ namespace HandBrakeWPF.ViewModels /// </summary>
private bool disableQuickSyncDecoding;
+ /// <summary>
+ /// The enable quick sync.
+ /// </summary>
private bool enableQuickSync;
#endregion
|