1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Fix build with Qt 5.7

This commit is contained in:
David Rosca 2017-01-27 15:52:39 +01:00
parent 74740ef441
commit e134abfda7

View File

@ -265,8 +265,6 @@ void DownloadManager::download(QWebEngineDownloadItem *downloadItem)
const bool forceAsk = downloadItem->savePageFormat() != QWebEngineDownloadItem::UnknownSaveFormat;
#endif
qDebug() << downloadItem->type();
if (m_useExternalManager) {
startExternalManager(downloadItem->url());
} else if (forceAsk || m_downloadPath.isEmpty()) {