From ba44b0135af54aebee08610debbc2ef118f98bf2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 11 Aug 2012 14:07:01 +0200 Subject: trying to add scene graph tree drag/drop, no idea what I'm doing --- lsscenemodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lsscenemodel.h') diff --git a/lsscenemodel.h b/lsscenemodel.h index 3a26fc1..b53f6f6 100644 --- a/lsscenemodel.h +++ b/lsscenemodel.h @@ -17,6 +17,9 @@ public: int columnCount(const QModelIndex &parent) const; QVariant data(const QModelIndex &index, int role) const; + Qt::ItemFlags flags(const QModelIndex &index) const; + Qt::DropActions supportedDropActions() const; + private: LYTLayout *m_layout; -- cgit v1.2.3