From 2e14e707fe96a38cf331b392dfd029c1d2331be8 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 2 Sep 2013 19:43:51 +0200 Subject: [PATCH] remove done todos --- src/shell/configview.cpp | 1 - src/shell/containmentconfigview.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell/configview.cpp b/src/shell/configview.cpp index fea5a7350..92b6ef506 100644 --- a/src/shell/configview.cpp +++ b/src/shell/configview.cpp @@ -122,7 +122,6 @@ ConfigModel::ConfigModel(QObject *parent) roleNames[PluginNameRole] = "pluginName"; setRoleNames(roleNames); - qDebug() << " XXX loaded QALM"; } ConfigModel::~ConfigModel() diff --git a/src/shell/containmentconfigview.h b/src/shell/containmentconfigview.h index 619fa141e..eefea0abf 100644 --- a/src/shell/containmentconfigview.h +++ b/src/shell/containmentconfigview.h @@ -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