mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Refactor thumbnail handlers into provider classes
This commit is contained in:
@@ -47,8 +47,6 @@ public class Plugin : IViewer
|
||||
|
||||
public void Init()
|
||||
{
|
||||
Handler.Providers.Add(new KeyValuePair<string[], Type>(
|
||||
[".pdn"], typeof(PdnProvider)));
|
||||
}
|
||||
|
||||
public bool CanHandle(string path)
|
||||
|
Reference in New Issue
Block a user