mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-29 02:16:11 +08:00
unify file encoding
This commit is contained in:
@@ -23,7 +23,7 @@ using Unosquare.FFmpegMediaElement;
|
||||
|
||||
namespace QuickLook.Plugin.VideoViewer
|
||||
{
|
||||
public class PluginInterface : IViewer
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private ViewerPanel _vp;
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<Link>Properties\GitVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="DoubleToHMSConverter.cs" />
|
||||
<Compile Include="PluginInterface.cs" />
|
||||
<Compile Include="Plugin.cs" />
|
||||
<Compile Include="ViewerPanel.xaml.cs">
|
||||
<DependentUpon>ViewerPanel.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
|
||||
Reference in New Issue
Block a user