forked from len0rd/rockbox
If downloading the build information didn't work don't try to populate the version information.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a357c202a2
commit
4e747f1c5c
1 changed files with 12 additions and 9 deletions
|
|
@ -223,8 +223,10 @@ void RbUtilQt::downloadDone(bool error)
|
||||||
|
|
||||||
void RbUtilQt::downloadBleedingDone(bool error)
|
void RbUtilQt::downloadBleedingDone(bool error)
|
||||||
{
|
{
|
||||||
if(error) qDebug() << "network error:" << bleeding->error();
|
if(error) {
|
||||||
|
qDebug() << "network error:" << bleeding->error();
|
||||||
|
}
|
||||||
|
else {
|
||||||
bleedingInfo.open();
|
bleedingInfo.open();
|
||||||
QSettings info(bleedingInfo.fileName(), QSettings::IniFormat, this);
|
QSettings info(bleedingInfo.fileName(), QSettings::IniFormat, this);
|
||||||
bleedingInfo.close();
|
bleedingInfo.close();
|
||||||
|
|
@ -233,6 +235,7 @@ void RbUtilQt::downloadBleedingDone(bool error)
|
||||||
qDebug() << "versmap =" << versmap;
|
qDebug() << "versmap =" << versmap;
|
||||||
|
|
||||||
m_gotInfo = true;
|
m_gotInfo = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue