phonebookengines/cntlistmodel/inc/cntdefaultinfoprovider.h
changeset 65 ae724a111993
parent 46 efe85016a067
--- a/phonebookengines/cntlistmodel/inc/cntdefaultinfoprovider.h	Wed Aug 18 09:39:00 2010 +0300
+++ b/phonebookengines/cntlistmodel/inc/cntdefaultinfoprovider.h	Thu Sep 02 20:16:15 2010 +0300
@@ -20,7 +20,7 @@
 #ifndef CNTDEFAULTPROVIDER_H
 #define CNTDEFAULTPROVIDER_H
 
-#include "cntinfoprovider.h"
+#include <cntinfoprovider.h>
 #include <qcontact.h>
 
 QTM_USE_NAMESPACE
@@ -38,6 +38,9 @@
     QString id() const { return "default"; };
     ContactInfoFields supportedFields() const;
     void requestInfo(const QContact& contact, ContactInfoFields requestedInfo);
+    
+signals:
+    void infoFieldReady(CntInfoProvider* sender, int contactId, ContactInfoField field, const QString& value);
 };
 
 #endif