vmbx/vmbxengine/inc/vmbxqtuihandler.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
--- a/vmbx/vmbxengine/inc/vmbxqtuihandler.h	Thu May 27 13:23:05 2010 +0300
+++ b/vmbx/vmbxengine/inc/vmbxqtuihandler.h	Fri Jun 11 14:07:16 2010 +0300
@@ -98,6 +98,13 @@
     * @param aNoteType in TVmbxType type
     */
     void showInformationNote(const TVmbxNoteType aType);
+
+    /**
+    * Check qt environment supported or not.
+    *
+    * @return qt environment supported or not.
+    */
+    bool isQtEnvSupported();
     
 private slots:
     /**
@@ -123,7 +130,6 @@
     * Query and Define mailbox dialog. Own
     */    
     HbInputDialog *iQueryDialog;
-
     };
 
 #endif  // VMBXQTUIHANDLER_H