mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Convert uninstallation to use signals / slots for logging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26782 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2e048493e
commit
a1209350d4
4 changed files with 30 additions and 28 deletions
|
|
@ -899,7 +899,8 @@ void RbUtilQt::installVoice()
|
|||
QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes)
|
||||
return;
|
||||
|
||||
QDate date = QDate::fromString(ServerInfo::value(ServerInfo::DailyDate).toString(),Qt::ISODate);
|
||||
QDate date = QDate::fromString(
|
||||
ServerInfo::value(ServerInfo::DailyDate).toString(), Qt::ISODate);
|
||||
QString model = SystemInfo::value(SystemInfo::CurBuildserverModel).toString();
|
||||
// replace placeholder in voice url
|
||||
voiceurl.replace("%DATE%", date.toString("yyyyMMdd"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue