convenience flag for "all filesystem results"
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803036
This commit is contained in:
parent
da4f6c6e72
commit
03a452dda1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user