mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
completed drag comics from comics view to reading lists
This commit is contained in:
@ -14,6 +14,7 @@ public:
|
||||
protected:
|
||||
//Drop to import
|
||||
void dragEnterEvent(QDragEnterEvent *event);
|
||||
void dragMoveEvent(QDragMoveEvent *event);
|
||||
};
|
||||
|
||||
class YACReaderReadingListsViewItemDeletegate: public QStyledItemDelegate
|
||||
|
Reference in New Issue
Block a user