[plasmalnf] Complain more loudly (and more often) when badly configured

This commit is contained in:
Adriaan de Groot 2017-12-04 11:51:16 -05:00
parent 02dfe51d55
commit 98b9f67e39

View File

@ -136,6 +136,11 @@ void
PlasmaLnfViewStep::themeSelected( const QString& id )
{
m_themeId = id;
if ( m_lnfPath.isEmpty() )
{
cDebug() << "WARNING: no lnftool given for plasmalnf module.";
return;
}
QProcess lnftool;
if ( !m_liveUser.isEmpty() )