mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
Return to owm weather provider
Since yahoo support already exists, so I've added new option X-AW-Provider (apiver 3). Added tests for these cases
This commit is contained in:
@ -34,12 +34,14 @@ private slots:
|
||||
void cleanupTestCase();
|
||||
// test
|
||||
void test_values();
|
||||
void test_run();
|
||||
void test_runOWM();
|
||||
void test_runYahoo();
|
||||
void test_ts();
|
||||
void test_image();
|
||||
void test_copy();
|
||||
|
||||
private:
|
||||
void run();
|
||||
ExtWeather *extWeather = nullptr;
|
||||
QString city = QString("London");
|
||||
QString country = QString("uk");
|
||||
|
Reference in New Issue
Block a user