Mercurial > hg > easaier-soundaccess
diff widgets/GenericItemList.h @ 59:57c85a9d9b4a
(none)
author | benoitrigolleau |
---|---|
date | Mon, 28 May 2007 08:14:40 +0000 |
parents | 81921835ddf1 |
children | afcf540ae3a2 |
line wrap: on
line diff
--- a/widgets/GenericItemList.h Fri May 25 12:36:35 2007 +0000 +++ b/widgets/GenericItemList.h Mon May 28 08:14:40 2007 +0000 @@ -27,6 +27,7 @@ void setData(QVariant &data); void setIndex(int index); virtual void configAction(); + void setAcceptDrag(bool status); signals : void doubleClicked(); @@ -50,6 +51,7 @@ void startDrag(); QPoint m_startPos; bool m_clicked; + bool m_acceptDrag; };