mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
type fixed
This commit is contained in:
parent
d9c6f17e42
commit
7b57fe1a5d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue