diff -r f27aebe284bb -r c5af8598d22c logsui/logsengine/inc/logscommondata.h --- a/logsui/logsengine/inc/logscommondata.h Wed Aug 18 09:49:12 2010 +0300 +++ b/logsui/logsengine/inc/logscommondata.h Thu Sep 02 20:27:05 2010 +0300 @@ -60,12 +60,17 @@ int updateConfiguration(const LogsConfigurationParams& params); LogsConfigurationParams& currentConfiguration(); + + void setTelNumMatchLen(int matchLen); + int telNumMatchLen() const; + private: QContactManager* mContactManager; int mMaxReadSize; LogsEvent::LogsDirection mMaxReadSizeDir; LogsConfigurationParams mConfiguration; + int mMatchLen; private: friend class UT_LogsCommonData;