logsui/logsengine/tsrc/stubs/logscntfinder.h
changeset 11 64a47b97e1e1
parent 0 4a5361db8937
child 9 68f3171a5819
--- a/logsui/logsengine/tsrc/stubs/logscntfinder.h	Wed Jun 23 18:13:05 2010 +0300
+++ b/logsui/logsengine/tsrc/stubs/logscntfinder.h	Tue Jul 06 14:16:36 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("<b><u>"), 
                       QString endTag = QString("</u></b>")) const;
     
@@ -48,6 +48,7 @@
     friend class LogsCntEntry;
     friend class UT_LogsCntEntry;
     friend class UT_LogsCntFinder;
+    friend class UT_LogsMatchesModel;
 };
 
 typedef QList<LogsCntText> LogsCntTextList;
@@ -100,6 +101,7 @@
     
     friend class UT_LogsCntEntry;
     friend class UT_LogsCntFinder;
+    friend class UT_LogsMatchesModel;
 };
 
 typedef QList<LogsCntEntry*> LogsCntEntryList;