update desktop panel configuration to new one

This commit is contained in:
2016-10-18 00:12:25 +03:00
parent 63d19f038c
commit 47439ef151
4 changed files with 28 additions and 190 deletions

View File

@ -72,7 +72,7 @@ int DPAdds::currentDesktop() const
}
QStringList DPAdds::dictKeys() const
QStringList DPAdds::dictKeys(const bool, const QString) const
{
QStringList allKeys;
allKeys.append(QString("mark"));
@ -220,6 +220,14 @@ void DPAdds::setToolTipData(const QVariantMap tooltipData)
}
QString DPAdds::infoByKey(QString key) const
{
qCDebug(LOG_AW) << "Requested info for key" << key;
return QString("(none)");
}
QString DPAdds::valueByKey(const QString key, int desktop) const
{
qCDebug(LOG_DP) << "Requested key" << key << "for desktop" << desktop;