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:
parent
74740ef441
commit
e134abfda7
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user