mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
FreeType as static library
This commit is contained in:
@ -1524,11 +1524,6 @@ void PDFViewerMainWindow::dragMoveEvent(QDragMoveEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
void PDFViewerMainWindow::dragLeaveEvent(QDragLeaveEvent* event)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PDFViewerMainWindow::dropEvent(QDropEvent* event)
|
||||
{
|
||||
if (event->mimeData()->hasUrls())
|
||||
@ -1542,5 +1537,4 @@ void PDFViewerMainWindow::dropEvent(QDropEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
Reference in New Issue
Block a user