diff options
author | Treeki <treeki@gmail.com> | 2012-08-12 19:27:08 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-12 19:27:08 +0200 |
commit | 86b4b22662426cc0127620de1e6451f1a2e1da79 (patch) | |
tree | 8d5b88f095db7b7b5fd4815d52cc4f74e755b40b /lsscenemodel.h | |
parent | 14664da8230d9e76aa5cdafc80c4f5be273a1ea1 (diff) | |
download | LayoutStudio-86b4b22662426cc0127620de1e6451f1a2e1da79.tar.gz LayoutStudio-86b4b22662426cc0127620de1e6451f1a2e1da79.zip |
moving multiple panes at the same time..hope this works
Diffstat (limited to '')
-rw-r--r-- | lsscenemodel.h | 2 |
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: |