remove done todos

This commit is contained in:
Marco Martin 2013-09-02 19:43:51 +02:00
parent 9252de77f9
commit 2e14e707fe
2 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,6 @@ ConfigModel::ConfigModel(QObject *parent)
roleNames[PluginNameRole] = "pluginName";
setRoleNames(roleNames);
qDebug() << " XXX loaded QALM";
}
ConfigModel::~ConfigModel()

View File

@ -31,7 +31,7 @@ namespace Plasma {
class ConfigPropertyMap;
class CurrentContainmentActionsModel;
//TODO: is it possible to move this in the shell?
class ContainmentConfigView : public ConfigView
{
Q_OBJECT