mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
Fixed issue with building on Linux
This commit is contained in:
parent
86306c76ff
commit
0855189e71
|
@ -19,7 +19,7 @@
|
||||||
#define QUPZILLA_H
|
#define QUPZILLA_H
|
||||||
|
|
||||||
//Comment for release building
|
//Comment for release building
|
||||||
#define DEVELOPING
|
//#define DEVELOPING
|
||||||
//Check if i don't fuck anything
|
//Check if i don't fuck anything
|
||||||
|
|
||||||
#ifdef QT_NO_DEBUG
|
#ifdef QT_NO_DEBUG
|
||||||
|
|
|
@ -85,7 +85,7 @@ void DownloadItem::metaDataChanged()
|
||||||
|
|
||||||
QVariant locationHeader = m_reply->header(QNetworkRequest::LocationHeader);
|
QVariant locationHeader = m_reply->header(QNetworkRequest::LocationHeader);
|
||||||
if (!locationHeader.toUrl().isEmpty())
|
if (!locationHeader.toUrl().isEmpty())
|
||||||
qWarning() << "DownloadManager: metaDataChanged << URL: " << locationHeader.toUrl();
|
qWarning("DownloadManager: metaDataChanged << URL: %s", qPrintable(locationHeader.toString()));
|
||||||
|
|
||||||
// QMessageBox::information(m_item->listWidget()->parentWidget(), "Meta Data Changed", QString("Meta data changed feature unimplemented yet, sorry.\n URL: '%̈́'").arg(locationHeader.toUrl().toString()));
|
// QMessageBox::information(m_item->listWidget()->parentWidget(), "Meta Data Changed", QString("Meta data changed feature unimplemented yet, sorry.\n URL: '%̈́'").arg(locationHeader.toUrl().toString()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user