add definition for a screenshot

This commit is contained in:
Marco Martin 2014-08-08 13:29:46 +02:00
parent d266a9594b
commit 5f1abfbbe3

View File

@ -31,6 +31,7 @@
void LookAndFeelPackage::initPackage(Plasma::Package *package)
{
// http://community.kde.org/Plasma/lookAndFeelPackage#
package->addFileDefinition("screenshot", "screenshot.png", i18n("Theme preview thumbnail"));
package->setDefaultPackageRoot(PLASMA_RELATIVE_DATA_INSTALL_DIR "/look-and-feel/");