convenience flag for "all filesystem results"

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=803036
This commit is contained in:
Aaron J. Seigo 2008-05-01 17:56:28 +00:00
parent da4f6c6e72
commit 03a452dda1

View File

@ -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)