Searched refs:cleanUrl (Results 1 – 1 of 1) sorted by relevance
103 QUrl cleanUrl(url); in addHistoryEntry() local104 cleanUrl.setPassword(QString()); in addHistoryEntry()105 cleanUrl.setHost(cleanUrl.host().toLower()); in addHistoryEntry()106 HistoryItem item(cleanUrl.toString(), QDateTime::currentDateTime()); in addHistoryEntry()