phonebookengines/mobcntactions/tsrc/mt_mobcntactions/mt_mobcntactions.h
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
--- a/phonebookengines/mobcntactions/tsrc/mt_mobcntactions/mt_mobcntactions.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookengines/mobcntactions/tsrc/mt_mobcntactions/mt_mobcntactions.h	Thu May 27 12:45:19 2010 +0300
@@ -21,36 +21,42 @@
 
 QTM_USE_NAMESPACE
 
+Q_DECLARE_METATYPE(QContactAction::State)
+
 class TestMobCntActions : public QObject
 {
     Q_OBJECT
 
 private slots:
     //Init/cleanup the test class
-	void initTestCase();
-	void cleanupTestCase();
+    void initTestCase();
+    void cleanupTestCase();
 	
-	//Init/cleanup each test method
-	void init();
-	void cleanup();
+    //Init/cleanup each test method
+    void init();
+    void cleanup();
 	
-	void emptyContactNoActionSupport();
+    void emptyContactNoActionSupport();
+	
+    //call
+    void phonenumberCallSupport();
+    void phonenumberNoCallSupport();
 	
-	//call
-	void phonenumberCallSupport();
-	void phonenumberNoCallSupport();
-	
-	//message
-	void phonenumberMessageSupport();
-	void phonenumberNoMessageSupport();
+    //message
+    void phonenumberMessageSupport();
+    void phonenumberNoMessageSupport();
 
-	//video call
-	void phonenumberVideoCallSupport();
-	void phonenumberNoVideoCallSupport();
+    //video call
+    void phonenumberVideoCallSupport();
+    void phonenumberNoVideoCallSupport();
 	
-	//email
-	void phonenumberEmailSupport();
-	void phonenumberNoEmailSupport();
+    //email
+    void emailSupport();
+    void noEmailSupport();
+
+    //url
+    void urlSupport();
+    void noUrlSupport();
 
 private:
     QContactManager *m_manager;