-rw-r--r-- | core/pim/today/today.cpp | 4 |
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() { | |||
120 | void Today::loadPlugins() { | 120 | void 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 | } |