* dont need save file stuff in nandbincheck

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@93 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
giantpune 2011-05-18 17:34:45 +00:00
parent 057023094e
commit a9bde8574e
3 changed files with 27 additions and 28 deletions

View File

@ -1363,7 +1363,7 @@ QByteArray U8::GetIMET( const QStringList &names, int paddingType, quint32 iconS
return ret; return ret;
} }
const QStringList U8::IMETNames() const QStringList &U8::IMETNames()
{ {
return imetNames; return imetNames;
} }

View File

@ -137,7 +137,7 @@ public:
const QByteArray AddIMET( int paddingType = U8_Hdr_IMET_app ); const QByteArray AddIMET( int paddingType = U8_Hdr_IMET_app );
//ruterns a list of the names as read from the imet header //ruterns a list of the names as read from the imet header
const QStringList IMETNames(); const QStringList &IMETNames();
//set the imet names //set the imet names
//the data in the archive is not changed, but calling AddIMET() on this banner will use the new names //the data in the archive is not changed, but calling AddIMET() on this banner will use the new names

View File

@ -19,7 +19,6 @@ SOURCES += main.cpp \
../WiiQt/tiktmd.cpp \ ../WiiQt/tiktmd.cpp \
../WiiQt/nandbin.cpp \ ../WiiQt/nandbin.cpp \
../WiiQt/tools.cpp \ ../WiiQt/tools.cpp \
../WiiQt/savebanner.cpp \
../WiiQt/aes.c \ ../WiiQt/aes.c \
../WiiQt/sha1.c \ ../WiiQt/sha1.c \
../WiiQt/uidmap.cpp \ ../WiiQt/uidmap.cpp \