diff --git a/searchcontext.h b/searchcontext.h index 6e2a465b5..d7d124f96 100644 --- a/searchcontext.h +++ b/searchcontext.h @@ -52,7 +52,8 @@ class PLASMA_EXPORT SearchContext : public QObject NetworkLocation = 8, Executable = 16, ShellCommand = 32, - Help = 64 + Help = 64, + FileSystem = Directory | File | Executable | ShellCommand }; Q_DECLARE_FLAGS(Types, Type)