diff -r 41c0a814d878 -r 6c9acdc6adc0 logsui/logsengine/tsrc/stubs/logscntfinder.h --- a/logsui/logsengine/tsrc/stubs/logscntfinder.h Fri Jun 11 13:38:41 2010 +0300 +++ b/logsui/logsengine/tsrc/stubs/logscntfinder.h Thu Jun 24 14:44:14 2010 +0300 @@ -35,7 +35,7 @@ inline LogsCntText() : mHighlights(0){} inline const QString& text() const {return mText;} - inline int highlights() const {return mHighlights;} + int highlights() const; QString richText( QString startTag = QString(""), QString endTag = QString("")) const; @@ -48,6 +48,7 @@ friend class LogsCntEntry; friend class UT_LogsCntEntry; friend class UT_LogsCntFinder; + friend class UT_LogsMatchesModel; }; typedef QList LogsCntTextList; @@ -100,6 +101,7 @@ friend class UT_LogsCntEntry; friend class UT_LogsCntFinder; + friend class UT_LogsMatchesModel; }; typedef QList LogsCntEntryList;