diff -r 52d644758b05 -r 76d2cf7a585e logsui/logsengine/inc/logscommondata.h --- a/logsui/logsengine/inc/logscommondata.h Fri Aug 06 14:57:47 2010 +0300 +++ b/logsui/logsengine/inc/logscommondata.h Mon Aug 23 18:14:51 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;