Home
last modified time | relevance | path

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

/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp2735 QString appVer = QCoreApplication::applicationVersion(); in userAgentForUrl() local
2736 if (!appVer.isEmpty()) in userAgentForUrl()
2737 ua.append(QLatin1Char('/') + appVer); in userAgentForUrl()