From ef5e762ec511aa3191b4984d46f0c5fddc1a573d Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 10 Oct 2016 16:26:29 +0100 Subject: [PATCH] Remote help: add Stack Overflow Change-Id: Iaa782ab2e7d6d7b36cccfc8291a220fdfa73d19c Reviewed-by: Tobias Hunger --- src/plugins/help/remotehelpfilter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/help/remotehelpfilter.cpp b/src/plugins/help/remotehelpfilter.cpp index 8c5a2add6a4..faa810e67e8 100644 --- a/src/plugins/help/remotehelpfilter.cpp +++ b/src/plugins/help/remotehelpfilter.cpp @@ -93,6 +93,7 @@ RemoteHelpFilter::RemoteHelpFilter() m_remoteUrls.append("https://www.bing.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://stackoverflow.com/search?q=%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"); }