forked from len0rd/rockbox
rbutilQt: first attempt for bootloader installation. Sansa and irivers are still missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14032 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
794c968430
commit
64f36a19e4
8 changed files with 1137 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* \/ \/ \/ \/ \/
|
||||
*
|
||||
* Copyright (C) 2007 by Dominik Riebeling
|
||||
* $Id:$
|
||||
* $Id$
|
||||
*
|
||||
* All files in this archive are subject to the GNU General Public License.
|
||||
* See the file COPYING in the source tree root for full license agreement.
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
#include <QSettings>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
|
||||
class RbUtilQt : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -50,6 +49,7 @@ class RbUtilQt : public QMainWindow
|
|||
void configDialog(void);
|
||||
void updateDevice(int);
|
||||
void install(void);
|
||||
void installBl(void);
|
||||
void downloadDone(bool);
|
||||
void downloadDone(int, bool);
|
||||
void downloadInfo(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue