mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectioncontainers/stub/src/hgmediawall.cpp
changeset 48 af3740e3753f
parent 29 8192e5b5c935
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    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 //===========================================================================