This commit is contained in:
Aaron Seigo 2013-02-06 17:30:28 +01:00
parent 648fb8cf41
commit f361753682
2 changed files with 2 additions and 2 deletions

View File

@ -1189,7 +1189,7 @@ void Applet::setCustomCategories(const QStringList &categories)
AppletPrivate::s_customCategories = QSet<QString>::fromList(categories);
}
QStringList Applet::customCategories()
QStringList Applet::customCategories() const
{
return AppletPrivate::s_customCategories.toList();
}

View File

@ -281,7 +281,7 @@ class PLASMA_EXPORT Applet : public QObject
* @return the list of custom categories known to libplasma
* @since 4.3
*/
QStringList customCategories();
QStringList customCategories() const;
/**
* Attempts to load an applet from a package