mirror of
https://github.com/YACReader/yacreader
synced 2025-09-17 10:44:58 -04:00
release config for YACReaderLibrary + some warnings fixed
This commit is contained in:
@ -160,7 +160,7 @@ void YACReaderTableView::performDrag()
|
||||
drag->setMimeData(model()->mimeData(selectionModel()->selectedRows()));
|
||||
drag->setPixmap(QPixmap(":/images/openInYACReader.png")); //TODO add better image
|
||||
|
||||
Qt::DropAction dropAction = drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction);
|
||||
/*Qt::DropAction dropAction =*/ drag->exec(Qt::CopyAction | Qt::MoveAction, Qt::CopyAction);
|
||||
}
|
||||
|
||||
void YACReaderTableView::dragEnterEvent(QDragEnterEvent *event)
|
||||
|
Reference in New Issue
Block a user