mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 20:49:55 +00:00
Replace yahoo finance to stooq (#131)
Old code is dropped to separated provider
This commit is contained in:
@ -59,11 +59,11 @@ double AWTestLibrary::randomDouble()
|
||||
|
||||
QPair<QString, QString> AWTestLibrary::randomFilenames()
|
||||
{
|
||||
QString fileName = QString("%1/").arg(
|
||||
QStandardPaths::writableLocation(QStandardPaths::TempLocation));
|
||||
QString writeFileName = QString("%1/awesomewidgets/tmp/")
|
||||
.arg(QStandardPaths::writableLocation(
|
||||
QStandardPaths::GenericDataLocation));
|
||||
QString fileName
|
||||
= QString("%1/").arg(QStandardPaths::writableLocation(QStandardPaths::TempLocation));
|
||||
QString writeFileName
|
||||
= QString("%1/awesomewidgets/tmp/")
|
||||
.arg(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation));
|
||||
|
||||
QString name = randomString(1, 20);
|
||||
fileName += name;
|
||||
|
Reference in New Issue
Block a user