diff options
Diffstat (limited to 'win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs')
-rw-r--r-- | win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs new file mode 100644 index 000000000..bbe013d3a --- /dev/null +++ b/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs @@ -0,0 +1,14 @@ +/* QueueViewModel.cs $
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+namespace HandBrakeWPF.ViewModels
+{
+ /// <summary>
+ /// The Preview View Model
+ /// </summary>
+ public class QueueViewModel : ViewModelBase
+ {
+ }
+}
|