mpviewplugins/mpcollectionviewplugin/src/mpcollectioncontainer.cpp
changeset 58 ed94e1e8390e
parent 54 c5b304f4d89b
equal deleted inserted replaced
54:c5b304f4d89b 58:ed94e1e8390e
    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 /*!