mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-27 02:39:58 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -56,8 +56,7 @@ void TestAWConfigHelper::test_exportConfiguration()
|
||||
|
||||
void TestAWConfigHelper::test_importConfiguration()
|
||||
{
|
||||
QVariantMap imported
|
||||
= plugin->importConfiguration(filename, true, true, true);
|
||||
QVariantMap imported = plugin->importConfiguration(filename, true, true, true);
|
||||
QVariantMap converted;
|
||||
for (auto &key : map.keys())
|
||||
converted[key] = map.value(key);
|
||||
|
Reference in New Issue
Block a user