mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: Detect if Rockbox is already installed, and allow Backup bevor installing a new build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
251db06294
commit
acccee479a
7 changed files with 49 additions and 11 deletions
|
|
@ -28,7 +28,7 @@ class ProgressLoggerGui :public ProgressloggerInterface
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ProgressLoggerGui(QObject * parent);
|
||||
ProgressLoggerGui(QWidget * parent);
|
||||
|
||||
virtual void addItem(const QString &text); //adds a string to the list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue