logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h
changeset 8 6c9acdc6adc0
parent 6 41c0a814d878
child 15 76d2cf7a585e
--- a/logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h	Fri Jun 11 13:38:41 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h	Thu Jun 24 14:44:14 2010 +0300
@@ -17,6 +17,9 @@
 
 #ifndef HBSTUB_HELPER_H
 #define HBSTUB_HELPER_H
+
+class HbListViewItem;
+
 /**
 * Helper class to control logsdbconnector stub behavior
 *
@@ -37,6 +40,9 @@
         static void setColorScheme(QColor col);
         static void setActivityReason(Hb::ActivationReason reason);
         static void setActivityId(QString activityId);
+        static QList<HbListViewItem*>& listItems();
+        static bool listScrollToCalled();
+        static bool listEnsureVisibleCalled();
 };
 
 #endif