1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Fixed issue with building on Linux

This commit is contained in:
nowrep 2011-04-07 20:04:35 +02:00
parent 86306c76ff
commit 0855189e71
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#define QUPZILLA_H
//Comment for release building
#define DEVELOPING
//#define DEVELOPING
//Check if i don't fuck anything
#ifdef QT_NO_DEBUG

View File

@ -85,7 +85,7 @@ void DownloadItem::metaDataChanged()
QVariant locationHeader = m_reply->header(QNetworkRequest::LocationHeader);
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()));
}