From 134b7accd6bdc8fbc160a42f7c52c585e73f4add Mon Sep 17 00:00:00 2001 From: eilers Date: Wed, 28 Apr 2004 09:22:02 +0000 Subject: Some modifications to alow use of generic OPimRecords without need to cast them manually to the right type --- (limited to 'libopie2/opiepim/backend') diff --git a/libopie2/opiepim/backend/ocontactaccessbackend_sql.cpp b/libopie2/opiepim/backend/ocontactaccessbackend_sql.cpp index 401a3c1..14207be 100644 --- a/libopie2/opiepim/backend/ocontactaccessbackend_sql.cpp +++ b/libopie2/opiepim/backend/ocontactaccessbackend_sql.cpp @@ -430,6 +430,7 @@ QArray OPimContactAccessBackend_SQL::allRecords() const bool OPimContactAccessBackend_SQL::add ( const OPimContact &newcontact ) { + qDebug("add in contact SQL-Backend"); InsertQuery ins( newcontact ); OSQLResult res = m_driver->query( &ins ); -- cgit v0.9.0.2