diff options
author | Treeki <treeki@gmail.com> | 2012-08-11 14:07:01 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-11 14:07:01 +0200 |
commit | ba44b0135af54aebee08610debbc2ef118f98bf2 (patch) | |
tree | 0c68d0b3709a5ad3f119273aac2dc9cf071cca4b /lsscenemodel.h | |
parent | 3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (diff) | |
download | LayoutStudio-ba44b0135af54aebee08610debbc2ef118f98bf2.tar.gz LayoutStudio-ba44b0135af54aebee08610debbc2ef118f98bf2.zip |
trying to add scene graph tree drag/drop, no idea what I'm doing
Diffstat (limited to 'lsscenemodel.h')
-rw-r--r-- | lsscenemodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |