mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04: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