1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fix build

This commit is contained in:
David Rosca 2018-12-29 12:13:33 +01:00
parent 9aa290fff7
commit 246951e474
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -117,7 +117,7 @@ Preferences::Preferences(BrowserWindow* window)
#endif #endif
#if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 12, 0) #if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 12, 0)
ui->dnsPrefetech->setVisible(false); ui->dnsPrefetch->setVisible(false);
#endif #endif
auto setCategoryIcon = [this](int index, const QIcon &icon) { auto setCategoryIcon = [this](int index, const QIcon &icon) {