summaryrefslogtreecommitdiff
path: root/lsscenemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsscenemodel.h')
-rw-r--r--lsscenemodel.h3
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;