Home
last modified time | relevance | path

Searched refs:cleanUrl (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp103 QUrl cleanUrl(url); in addHistoryEntry() local
104 cleanUrl.setPassword(QString()); in addHistoryEntry()
105 cleanUrl.setHost(cleanUrl.host().toLower()); in addHistoryEntry()
106 HistoryItem item(cleanUrl.toString(), QDateTime::currentDateTime()); in addHistoryEntry()