mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-29 02:06:48 +08:00
Make all Plugin classes sealed
Changed all Plugin classes and PluginManager to be sealed, preventing further inheritance. This improves code safety and clarifies the intended usage of these classes.
This commit is contained in:
@@ -26,7 +26,7 @@ using System.Windows;
|
||||
|
||||
namespace QuickLook.Plugin.VideoViewer;
|
||||
|
||||
public class Plugin : IViewer
|
||||
public sealed class Plugin : IViewer
|
||||
{
|
||||
private static MediaInfoLib _mediaInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user