plasma: remove unused Plasma::RunnerContext::Type enum

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-18 22:35:46 +03:00
parent df9bffd10c
commit 8c2136445e

View file

@ -53,7 +53,6 @@ public:
NetworkLocation = 8, NetworkLocation = 8,
Executable = 16, Executable = 16,
ShellCommand = 32, ShellCommand = 32,
Help = 64,
FileSystem = Directory | File | Executable | ShellCommand FileSystem = Directory | File | Executable | ShellCommand
}; };
Q_DECLARE_FLAGS(Types, Type) Q_DECLARE_FLAGS(Types, Type)