mpviewplugins/mpcollectionviewplugin/src/mpcollectioncontainer.cpp
changeset 55 f3930dda3342
parent 51 560ce2306a17
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    40 
    40 
    41     This signal is emitted when an item of the container with \a index is activated.
    41     This signal is emitted when an item of the container with \a index is activated.
    42  */
    42  */
    43 
    43 
    44 /*!
    44 /*!
    45     \fn void itemLongPressed( int index, const QPointF &coords );
    45     \fn void itemLongPressed( const QModelIndex &index, const QPointF &coords );
    46 
    46 
    47     This signal is emitted when an item of the container with \a index is long pressed.
    47     This signal is emitted when an item of the container with \a index is long pressed.
    48  */
    48  */
    49 
    49 
    50 /*!
    50 /*!