mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
weather-setup: rename showSelectWeatherLocation() => selectLocation()
Origin commit data
------------------
Commit: caa3711a48
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-22 (Sat, 22 Jan 2022)
Origin message was:
------------------
- weather-setup: rename showSelectWeatherLocation() => selectLocation()
This commit is contained in:
@@ -61,7 +61,7 @@ int CWeatherSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
|
||||
if (actionKey == "select_location")
|
||||
{
|
||||
return showSelectWeatherLocation();
|
||||
return selectLocation();
|
||||
}
|
||||
else if (actionKey == "find_location")
|
||||
{
|
||||
@@ -104,7 +104,7 @@ int CWeatherSetup::showWeatherSetup()
|
||||
return res;
|
||||
}
|
||||
|
||||
int CWeatherSetup::showSelectWeatherLocation()
|
||||
int CWeatherSetup::selectLocation()
|
||||
{
|
||||
int select = 0;
|
||||
int res = 0;
|
||||
|
@@ -47,7 +47,7 @@ class CWeatherSetup : public CMenuTarget, CChangeObserver
|
||||
std::string weather_api_key_short;
|
||||
|
||||
int showWeatherSetup();
|
||||
int showSelectWeatherLocation();
|
||||
int selectLocation();
|
||||
int findLocation();
|
||||
void loadLocations(std::string filename);
|
||||
|
||||
|
Reference in New Issue
Block a user