Searched refs:appVer (Results 1 – 1 of 1) sorted by relevance
2735 QString appVer = QCoreApplication::applicationVersion(); in userAgentForUrl() local2736 if (!appVer.isEmpty()) in userAgentForUrl()2737 ua.append(QLatin1Char('/') + appVer); in userAgentForUrl()