[new downloader] Adding CountryInfoGetter() method.

This commit is contained in:
Vladimir Byko-Ianko 2016-02-02 17:45:38 +03:00 committed by Sergey Yershov
parent dbe555605f
commit f6b302a7b2

View file

@ -221,6 +221,7 @@ public:
//@}
storage::Storage & Storage() { return m_storage; }
storage::CountryInfoGetter & CountryInfoGetter() { return *m_infoGetter; }
/// @name Bookmarks, Tracks and other UserMarks
//@{