Welcome to mirror list, hosted at ThFree Co, Russian Federation.

everywhere_search_params.hpp « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3df63964461412068aeb0d933b0067e01288ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "search/search_params.hpp"

#include "std/string.hpp"

namespace search
{
struct EverywhereSearchParams
{
  string m_query;
  string m_inputLocale;

  SearchParams::TOnResults m_onResults;
};
}  // namespace search