[Kde-pim] KDE/kdepim/runtime/resources/kolabproxy
Casey Link
unnamedrambler at gmail.com
Tue Jun 15 15:28:53 BST 2010
SVN commit 1138275 by link:
warning "unused variable ‘job’" --> looks like a connect() is missing. Please verify.
CCMAIL: amantia at kde.org
CCMAIL: kde-pim at kde.org
M +1 -0 kolabproxyresource.cpp
--- trunk/KDE/kdepim/runtime/resources/kolabproxy/kolabproxyresource.cpp #1138274:1138275
@@ -595,6 +595,7 @@
// if that fails it's not in our tree -> we don't care
Collection kolabCollection = createCollection( collection );
CollectionModifyJob *job = new CollectionModifyJob( kolabCollection, this );
+ connect( job, SIGNAL(result(KJob*)), SLOT(kolabFolderChangeResult(KJob*)) );
} else {
// Kolab folder we already have in our tree, if the update fails, reload our tree
Collection kolabCollection = createCollection( collection );
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list