summaryrefslogtreecommitdiff
path: root/core/pim/today/today.cpp
Unidiff
Diffstat (limited to 'core/pim/today/today.cpp') (more/less context) (ignore 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() {
120void Today::loadPlugins() { 120void Today::loadPlugins() {
121 121 qWarning("pluginList count %d", pluginList.count() );
122 QValueList<TodayPlugin>::Iterator tit; 122 QValueList<TodayPlugin>::Iterator tit;
@@ -126,2 +126,3 @@ void Today::loadPlugins() {
126 } 126 }
127 pluginList.clear();
127 128
@@ -160,2 +161,3 @@ void Today::loadPlugins() {
160 } 161 }
162 qWarning("pluginList count end %d", pluginList.count() );
161} 163}