From 19f445f0b6e7d4591db46b89e877ed9f4332ecd4 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 21 Sep 2004 10:08:57 +0000 Subject: more sync fixes --- (limited to 'kabc/plugins/file/resourcefile.cpp') diff --git a/kabc/plugins/file/resourcefile.cpp b/kabc/plugins/file/resourcefile.cpp index b8c32d5..6cd63fd 100644 --- a/kabc/plugins/file/resourcefile.cpp +++ b/kabc/plugins/file/resourcefile.cpp @@ -163,6 +163,7 @@ Ticket *ResourceFile::requestSaveTicket() bool ResourceFile::doOpen() { QFile file( mFileName ); + qDebug("ResourceFile::openfile %s ", mFileName.latin1()); if ( !file.exists() ) { // try to create the file @@ -194,7 +195,7 @@ void ResourceFile::doClose() bool ResourceFile::load() { - + qDebug("ResourceFile::loadfile %s ", mFileName.latin1()); QFile file( mFileName ); if ( !file.open( IO_ReadOnly ) ) { addressBook()->error( i18n( "Unable to open file '%1'." ).arg( mFileName ) ); -- cgit v0.9.0.2