--- a/phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidgetlayoutmanager.cpp Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneplugins/infowidgetplugin/tsrc/mocks/mock_infowidgetlayoutmanager.cpp Tue Jul 06 14:15:47 2010 +0300
@@ -243,7 +243,7 @@
// InfoWidgetLayoutManager::layoutRowHeight
// -----------------------------------------------------------------------------
//
-qreal InfoWidgetLayoutManager::layoutRowHeight( ) const
+qreal InfoWidgetLayoutManager::layoutRowHeight( )
{
SMC_MOCK_METHOD0( qreal )
}
@@ -256,7 +256,7 @@
bool InfoWidgetLayoutManager::textFitsToRect(
QString text,
QFont font,
- QRectF rect )
+ QRectF rect ) const
{
SMC_MOCK_METHOD3( bool, QString, text,
QFont, font,
@@ -265,18 +265,6 @@
// -----------------------------------------------------------------------------
-// InfoWidgetDocumentLoader::InfoWidgetDocumentLoader
-// -----------------------------------------------------------------------------
-//
-InfoWidgetDocumentLoader::InfoWidgetDocumentLoader( )
- //:
- //HbDocumentLoader( /**/ )
- {
-
- }
-
-
-// -----------------------------------------------------------------------------
// InfoWidgetDocumentLoader::createObject
// -----------------------------------------------------------------------------
//