changeset 66 | 084b5b1f02a7 |
parent 47 | f83bd4ae1fe3 |
62:a8c646b56683 | 66:084b5b1f02a7 |
---|---|
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; |