mirror of
https://github.com/YACReader/yacreader
synced 2025-12-21 16:42:50 -05:00
removed qDebug from extract_callbaks
drag and drop fixed openAt added to FolderComic and PDFComic
This commit is contained in:
@ -111,6 +111,8 @@ drag(false)
|
||||
|
||||
informationLabel = new PageLabelWidget(this);
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
}
|
||||
|
||||
void Viewer::createConnections()
|
||||
@ -176,7 +178,7 @@ void Viewer::open(QString pathFile)
|
||||
|
||||
informationLabel->setText("...");
|
||||
|
||||
setAcceptDrops(true);
|
||||
|
||||
}
|
||||
|
||||
void Viewer::showMessageErrorOpening()
|
||||
|
||||
Reference in New Issue
Block a user