summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 09540bd..7decf8e 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -120,3 +120,3 @@ void Today::init() {
void Today::loadPlugins() {
-
+ qWarning("pluginList count %d", pluginList.count() );
QValueList<TodayPlugin>::Iterator tit;
@@ -126,2 +126,3 @@ void Today::loadPlugins() {
}
+ pluginList.clear();
@@ -160,2 +161,3 @@ void Today::loadPlugins() {
}
+ qWarning("pluginList count end %d", pluginList.count() );
}