partial old-style drag support

This commit is contained in:
Brian Hrebec 2010-10-02 21:41:59 -05:00
parent 714d629752
commit 149b9a6766
2 changed files with 20 additions and 47 deletions

View file

@ -91,6 +91,7 @@ class PlaylistView : public QListView {
QSet<int> m_old_selection;
int m_old_current_index;
int m_prev_scroll_pos;
};