mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-28 13:31:35 +00:00
unify file encoding
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright <EFBFBD> 2017 Paddy Xu
|
||||
// Copyright © 2017 Paddy Xu
|
||||
//
|
||||
// This file is part of QuickLook program.
|
||||
//
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// Copyright <EFBFBD> 2017 Paddy Xu
|
||||
// Copyright © 2017 Paddy Xu
|
||||
//
|
||||
// This file is part of QuickLook program.
|
||||
//
|
||||
|
@@ -21,7 +21,7 @@ using System.Windows;
|
||||
|
||||
namespace QuickLook.Plugin.IPreviewHandlers
|
||||
{
|
||||
public class PluginInterface : IViewer
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private PreviewPanel _panel;
|
||||
|
||||
@@ -88,7 +88,7 @@ namespace QuickLook.Plugin.IPreviewHandlers
|
||||
_panel = null;
|
||||
}
|
||||
|
||||
~PluginInterface()
|
||||
~Plugin()
|
||||
{
|
||||
Cleanup();
|
||||
}
|
@@ -69,7 +69,7 @@
|
||||
</Compile>
|
||||
<Compile Include="IInitializeWithFile.cs" />
|
||||
<Compile Include="IPreviewHandler.cs" />
|
||||
<Compile Include="PluginInterface.cs">
|
||||
<Compile Include="Plugin.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user