mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db058c3c8f
commit
6371460172
3 changed files with 5 additions and 6 deletions
|
|
@ -17,6 +17,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore>
|
||||
#include "uninstall.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
@ -125,3 +126,4 @@ bool Uninstaller::uninstallPossible()
|
|||
{
|
||||
return QFileInfo(m_mountpoint +"/.rockbox/rbutil.log").exists();
|
||||
}
|
||||
|
||||
|
|
@ -23,10 +23,7 @@
|
|||
#ifndef UNINSTALL_H
|
||||
#define UNINSTALL_H
|
||||
|
||||
|
||||
|
||||
#include <QtGui>
|
||||
|
||||
#include <QtCore>
|
||||
|
||||
#include "progressloggerinterface.h"
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ SOURCES += rbutilqt.cpp \
|
|||
../sansapatcher/sansapatcher.c \
|
||||
browsedirtree.cpp \
|
||||
installthemes.cpp \
|
||||
uninstall.cpp \
|
||||
base/uninstall.cpp \
|
||||
uninstallwindow.cpp \
|
||||
base/utils.cpp \
|
||||
preview.cpp \
|
||||
|
|
@ -111,7 +111,7 @@ HEADERS += rbutilqt.h \
|
|||
irivertools/h300sums.h \
|
||||
browsedirtree.h \
|
||||
installthemes.h \
|
||||
uninstall.h \
|
||||
base/uninstall.h \
|
||||
uninstallwindow.h \
|
||||
base/utils.h \
|
||||
preview.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue