removed qDebug from extract_callbaks

drag and drop fixed

openAt added to FolderComic and PDFComic
This commit is contained in:
Luis Ángel San Martín
2013-07-15 16:53:14 +02:00
parent 0398b8ca57
commit 3b88845aa3
4 changed files with 47 additions and 25 deletions

View File

@ -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()