summaryrefslogtreecommitdiff
path: root/lsscenemodel.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-12 19:27:08 +0200
committerTreeki <treeki@gmail.com>2012-08-12 19:27:08 +0200
commit86b4b22662426cc0127620de1e6451f1a2e1da79 (patch)
tree8d5b88f095db7b7b5fd4815d52cc4f74e755b40b /lsscenemodel.h
parent14664da8230d9e76aa5cdafc80c4f5be273a1ea1 (diff)
downloadLayoutStudio-86b4b22662426cc0127620de1e6451f1a2e1da79.tar.gz
LayoutStudio-86b4b22662426cc0127620de1e6451f1a2e1da79.zip
moving multiple panes at the same time..hope this works
Diffstat (limited to 'lsscenemodel.h')
-rw-r--r--lsscenemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsscenemodel.h b/lsscenemodel.h
index 4dd1019..11ef4a6 100644
--- a/lsscenemodel.h
+++ b/lsscenemodel.h
@@ -31,7 +31,7 @@ private:
QIcon m_paneIcons[LYTPane::PaneTypeCount];
QPersistentModelIndex *m_movingPaneParent;
- int m_movingPaneRow;
+ int m_movingPaneRow, m_movingPaneCount;
signals: