mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-31 01:06:30 +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:
@@ -27,7 +27,7 @@ using System.Windows;
|
||||
|
||||
namespace QuickLook.Plugin.ArchiveViewer;
|
||||
|
||||
public partial class Plugin : IViewer, IMoreMenu
|
||||
public sealed partial class Plugin : IViewer, IMoreMenu
|
||||
{
|
||||
private static readonly string[] _extensions =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user