Fixed a bug that caused Eniro search results to sometimes have phone number in street...
[jenirok] / src / common / source.h
index 573563f..3477380 100644 (file)
@@ -96,6 +96,7 @@ protected:
     static QString& cleanUpNumber(QString& number);
     static QString& stripTags(QString& string);
     static QString& htmlEntityDecode(QString& string);
+    static bool isPhoneNumber(QString const& string);
     void fixUrl(QUrl& url);
     QHttp http_;