make the function file static

svn path=/trunk/KDE/kdelibs/; revision=1185606
This commit is contained in:
Albert Astals Cid 2010-10-13 21:21:30 +00:00
parent 6989afc229
commit 207a88b292

View File

@ -355,7 +355,7 @@ KPluginInfo::List PluginLoader::internalServiceInfo() const
return KPluginInfo::List();
}
KPluginInfo::List standardInternalInfo(const QString &type, const QString &category = QString())
static KPluginInfo::List standardInternalInfo(const QString &type, const QString &category = QString())
{
QStringList files = KGlobal::dirs()->findAllResources("appdata",
"plasma/internal/" + type + "/*.desktop",