logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h
changeset 11 64a47b97e1e1
parent 6 41c0a814d878
child 15 76d2cf7a585e
--- a/logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h	Wed Jun 23 18:13:05 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/stubs/hbstubs_helper.h	Tue Jul 06 14:16:36 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