mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Fix build
This commit is contained in:
parent
def0c8e4f4
commit
d7ff9546d6
@ -45,7 +45,7 @@ void LocationCompleterModel::addCompletions(const QList<QStandardItem*> &items)
|
||||
if (item->icon().isNull()) {
|
||||
item->setIcon(IconProvider::emptyWebIcon());
|
||||
}
|
||||
appendRow({item});
|
||||
appendRow(QList<QStandardItem*>{item});
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -53,7 +53,7 @@ TRANSLATIONS += \
|
||||
translations/zh_HK.ts \
|
||||
translations/zh_TW.ts \
|
||||
|
||||
include(..dextractor/tldextractor.pri)
|
||||
include(tldextractor/tldextractor.pri)
|
||||
|
||||
PLUGIN_DIR = $$PWD
|
||||
include(../../plugins.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user