-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index e009d52..a1ce5a0 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp @@ -354,4 +354,10 @@ void AddressbookWindow::setDocument( const QString &filename ) qWarning( "Found number of contacts in File: %d", allList.count() ); + if ( !allList.count() ) { + QMessageBox::information( this, "Import VCard", + "It was impossible to import the VCard.\n" + "The VCard may be corrupted !" ); + } + bool doAsk = true; OContactAccess::List::Iterator it; |