mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpcollectioncontainers/stub/src/mpcollectionview.cpp
changeset 55 f3930dda3342
parent 35 fdb31ab341af
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    76 }
    76 }
    77 
    77 
    78 /*!
    78 /*!
    79  Stub function
    79  Stub function
    80  */
    80  */
    81 void MpCollectionView::openContextMenu( int index, const QPointF &coords )
    81 void MpCollectionView::openContextMenu( const QModelIndex &index, const QPointF &coords )
    82 {
    82 {
    83     Q_UNUSED(index);
    83     Q_UNUSED(index);
    84     Q_UNUSED(coords);
    84     Q_UNUSED(coords);
    85 }
    85 }
    86 
    86