mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutilQt: renamed installbl to installbootloaderwindow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14259 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3bf746f83
commit
36b150e5dc
4 changed files with 19 additions and 19 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "ui_aboutbox.h"
|
||||
#include "configure.h"
|
||||
#include "install.h"
|
||||
#include "installbl.h"
|
||||
#include "installbootloaderwindow.h"
|
||||
#include "installtalkwindow.h"
|
||||
#include "httpget.h"
|
||||
#include "installbootloader.h"
|
||||
|
|
@ -279,7 +279,7 @@ void RbUtilQt::install()
|
|||
|
||||
void RbUtilQt::installBl()
|
||||
{
|
||||
InstallBl *installWindow = new InstallBl(this);
|
||||
InstallBootloaderWindow *installWindow = new InstallBootloaderWindow(this);
|
||||
installWindow->setUserSettings(userSettings);
|
||||
installWindow->setDeviceSettings(devices);
|
||||
if(userSettings->value("defaults/proxytype") == "manual")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue