mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
added custom drag to comic table view, drops are accepted in lists view
This commit is contained in:
@ -10,6 +10,10 @@ class YACReaderReadingListsView : public YACReaderTreeView
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderReadingListsView(QWidget * parent = 0);
|
||||
|
||||
protected:
|
||||
//Drop to import
|
||||
void dragEnterEvent(QDragEnterEvent *event);
|
||||
};
|
||||
|
||||
class YACReaderReadingListsViewItemDeletegate: public QStyledItemDelegate
|
||||
|
Reference in New Issue
Block a user