phoneengine/phoneservices/inc/dialservice.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 30 ebdbd102c78a
--- a/phoneengine/phoneservices/inc/dialservice.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneengine/phoneservices/inc/dialservice.h	Fri Apr 16 14:58:25 2010 +0300
@@ -137,6 +137,14 @@
         snd << "address@domain" << 123 << 12345;        
     */
     void dialVoipService(const QString& address, int serviceId, int contactId);
+    
+private:
+    /*!
+        \fn QString simplified(QString& number)
+        
+        Returns a string that has whitespaces, '(', ')', '-', '[', and ']' chars removed 
+    */
+    static QString simplified(const QString &number) Q_REQUIRED_RESULT;
 
 
 private: