summaryrefslogtreecommitdiff
path: root/core/pim/today/today.cpp
authorzecke <zecke>2002-09-15 22:11:24 (UTC)
committer zecke <zecke>2002-09-15 22:11:24 (UTC)
commit62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a (patch) (side-by-side diff)
tree635a895479b4c93978b0fc0a9b55971a51f8afbe /core/pim/today/today.cpp
parent7b2b6ecd7c26b983a0dd6a16412edf1e751082d0 (diff)
downloadopie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.zip
opie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.tar.gz
opie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.tar.bz2
revert my changes they we're unwished
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, 1 insertions, 3 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 7decf8e..09540bd 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -118,13 +118,12 @@ void Today::init() {
* Load the plugins
*/
void Today::loadPlugins() {
- qWarning("pluginList count %d", pluginList.count() );
+
QValueList<TodayPlugin>::Iterator tit;
for ( tit = pluginList.begin(); tit != pluginList.end(); ++tit ) {
(*tit).library->unload();
delete (*tit).library;
}
- pluginList.clear();
QString path = QPEApplication::qpeDir() + "/plugins/today";
QDir dir( path, "lib*.so" );
@@ -159,7 +158,6 @@ void Today::loadPlugins() {
delete lib;
}
}
- qWarning("pluginList count end %d", pluginList.count() );
}