ksyncui.cpp
00001
00002
00003 #include <kdebug.h>
00004
00005 #include "ksyncer.h"
00006
00007 #include "ksyncui.h"
00008
00009 KSyncUi::KSyncUi()
00010 {
00011 }
00012
00013 KSyncUi::~KSyncUi()
00014 {
00015 }
00016
00017 KSyncEntry *KSyncUi::deconflict(KSyncEntry *syncEntry,KSyncEntry *targetEntry)
00018 {
00019 kdDebug() << "deconflicting:" << endl;
00020 kdDebug() << " source: " << syncEntry->name() << endl;
00021 kdDebug() << " target: " << targetEntry->name() << endl;
00022
00023 return 0;
00024 }
This file is part of the documentation for kdelibs Version 3.1.5.