Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp3909 QString appVer = QCoreApplication::applicationVersion(); in userAgentForUrl() local
3910 if (!appVer.isEmpty()) in userAgentForUrl()
3911 appName.append(QLatin1Char('/') + appVer); in userAgentForUrl()