diff -r 76d2cf7a585e -r 90fe74753f71 logsui/logsapp/src/logsdetailsview.cpp --- a/logsui/logsapp/src/logsdetailsview.cpp Mon Aug 23 18:14:51 2010 +0300 +++ b/logsui/logsapp/src/logsdetailsview.cpp Fri Sep 03 14:26:05 2010 +0300 @@ -413,7 +413,7 @@ } // ----------------------------------------------------------------------------- -// LogsDetailsView::updateWidgetsSizeAndLayout +// // ----------------------------------------------------------------------------- // void LogsDetailsView::updateWidgetsSizeAndLayout() @@ -427,26 +427,46 @@ LOGS_QDEBUG( "logs [UI] <- LogsDetailsView::updateWidgetsSizeAndLayout()" ); } +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// LogsDetailsViewItem::LogsDetailsViewItem() : HbListViewItem(0) { } +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// LogsDetailsViewItem::~LogsDetailsViewItem( ) { } +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// void LogsDetailsViewItem::pressStateChanged(bool value, bool animate) { Q_UNUSED(value); Q_UNUSED(animate); } +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// HbAbstractViewItem *LogsDetailsViewItem::createItem() { return new LogsDetailsViewItem(*this); } +// ----------------------------------------------------------------------------- +// +// ----------------------------------------------------------------------------- +// void LogsDetailsViewItem::updateChildItems() { HbListViewItem::updateChildItems();