From 49c029031755e78e10cc4c0d004dc93d42714566 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 9 Jan 2011 14:37:29 +0000 Subject: WinGui: - Continuing on with the Application Services re-factoring: * Added new QueueManager - Manages queue jobs, add, remove, up, down, save, etc * Queue Processor - Processes a Queue * New Models (Encode Task + associated model objects) Used for storing jobs as an object rather than query. This code isn't used yet, that is coming later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3738 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Controls/AudioPanel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win/C#/Controls/AudioPanel.cs') diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs index e5f37d675..7226ed1de 100644 --- a/win/C#/Controls/AudioPanel.cs +++ b/win/C#/Controls/AudioPanel.cs @@ -14,7 +14,8 @@ namespace Handbrake.Controls using HandBrake.ApplicationServices.Parsing; using Presets; - using AudioTrack = Model.AudioTrack; + + using AudioTrack = HandBrake.ApplicationServices.Model.Encoding.AudioTrack; /// /// The AudioPanel Control -- cgit v1.2.3