mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
reading sublists are now sortable using Drag&Drop
This commit is contained in:
@ -12,9 +12,11 @@ public:
|
||||
explicit YACReaderReadingListsView(QWidget * parent = 0);
|
||||
|
||||
protected:
|
||||
//Drop to import
|
||||
//Drop to import & internal Drag&Drop for resorting
|
||||
void dragEnterEvent(QDragEnterEvent *event);
|
||||
void dragMoveEvent(QDragMoveEvent *event);
|
||||
void dropEvent(QDropEvent *event);
|
||||
|
||||
};
|
||||
|
||||
class YACReaderReadingListsViewItemDeletegate: public QStyledItemDelegate
|
||||
|
Reference in New Issue
Block a user