Remote help: switch cplusplus.com to cppreference.com

The previous link didn't even work.

Change-Id: I876ae6e4ae25ee0d3a842020e0c2cdaa2e2a3446
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Giuseppe D'Angelo
2016-10-10 16:23:43 +01:00
parent 64e92b1ea0
commit 52aca31b48

View File

@@ -93,7 +93,7 @@ RemoteHelpFilter::RemoteHelpFilter()
m_remoteUrls.append("https://www.bing.com/search?q=%1"); m_remoteUrls.append("https://www.bing.com/search?q=%1");
m_remoteUrls.append("https://www.google.com/search?q=%1"); m_remoteUrls.append("https://www.google.com/search?q=%1");
m_remoteUrls.append("https://search.yahoo.com/search?p=%1"); m_remoteUrls.append("https://search.yahoo.com/search?p=%1");
m_remoteUrls.append("https://www.cplusplus.com/reference/stl/%1"); m_remoteUrls.append("http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=%1");
m_remoteUrls.append("https://en.wikipedia.org/w/index.php?search=%1"); m_remoteUrls.append("https://en.wikipedia.org/w/index.php?search=%1");
} }