FreeType as static library

This commit is contained in:
Jakub Melka
2020-11-07 14:42:24 +01:00
parent 8d9b9cb493
commit 8d7ee9b76a
3 changed files with 5 additions and 17 deletions

View File

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