#include <QSet>
#include <QVariant>
-namespace Baloo {
- class File;
+namespace Baloo
+{
+class File;
}
/**
class DOLPHIN_EXPORT KBalooRolesProvider
{
public:
- static KBalooRolesProvider& instance();
+ static KBalooRolesProvider &instance();
virtual ~KBalooRolesProvider();
/**
* @return Values for the roles \a roles that can be determined from the file
* with the URL \a url.
*/
- QHash<QByteArray, QVariant> roleValues(const Baloo::File& file,
- const QSet<QByteArray>& roles) const;
+ QHash<QByteArray, QVariant> roleValues(const Baloo::File &file, const QSet<QByteArray> &roles) const;
protected:
KBalooRolesProvider();
};
#endif
-