type fixed

This commit is contained in:
vladest 2017-10-30 20:21:34 +01:00
parent d9c6f17e42
commit 7b57fe1a5d

View file

@ -25,8 +25,8 @@
#include <NetworkAccessManager.h>
const QString GoogleSuggestionsUrl = "https://suggestqueries.google.com/complete/search?output=firefox&q=%1";
const int SUGGESTIONS_LIST_INDEX = 2;
static const QString GoogleSuggestionsUrl = "https://suggestqueries.google.com/complete/search?output=firefox&q=%1";
static const int SUGGESTIONS_LIST_INDEX = 1;
WebBrowserSuggestionsEngine::WebBrowserSuggestionsEngine(QObject* parent)
: QObject(parent)