emailuis/nmailui/src/nmmailboxlistviewitem.cpp
changeset 72 64e38f08e49c
parent 54 997a02608b3a
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
   112 }
   112 }
   113 
   113 
   114 /*!
   114 /*!
   115     boolean value indicating model index availability
   115     boolean value indicating model index availability
   116 */
   116 */
   117 bool NmMailboxListViewItem::canSetModelIndex(const QModelIndex &index)
   117 bool NmMailboxListViewItem::canSetModelIndex(const QModelIndex &index) const
   118 {
   118 {
   119     NM_FUNCTION;
   119     NM_FUNCTION;
   120     
   120     
   121     Q_UNUSED(index);
   121     Q_UNUSED(index);
   122     return true;
   122     return true;