mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-18 22:52:37 +00: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