mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectioncontainers/stub/src/hgmediawall.cpp
changeset 47 4cc1412daed0
parent 35 fdb31ab341af
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
    61  Stub function
    61  Stub function
    62  */
    62  */
    63 QModelIndex HgWidget::currentIndex() const
    63 QModelIndex HgWidget::currentIndex() const
    64 {
    64 {
    65     return QModelIndex();
    65     return QModelIndex();
       
    66 }
       
    67 
       
    68 /*!
       
    69  Stub function
       
    70  */
       
    71 QSizeF HgWidget::itemSize() const
       
    72 {
       
    73     return QSizeF();
       
    74 }
       
    75 
       
    76 /*!
       
    77  Stub function
       
    78  */
       
    79 void HgWidget::setDefaultImage(QImage defaultImage)
       
    80 {
       
    81     Q_UNUSED(defaultImage);
    66 }
    82 }
    67 
    83 
    68 
    84 
    69 //===========================================================================
    85 //===========================================================================
    70 //===========================================================================
    86 //===========================================================================