Qt: Cleanup

This commit is contained in:
Vicki Pfau 2022-11-01 03:21:15 -07:00
parent 7f30bdc850
commit b8c7196dd9
1 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@
#include <mgba/core/version.h>
#include <mgba-util/vfs.h>
#include <QDebug>
using namespace QGBA;
ForwarderGenerator3DS::ForwarderGenerator3DS()
@ -277,8 +275,6 @@ void ForwarderGenerator3DS::buildBanner() {
}
void ForwarderGenerator3DS::buildExefs() {
QByteArray out = m_currentProc->readAll();
qDebug() << out;
m_currentProc = std::make_unique<QProcess>();
m_currentProc->setProgram("3dstool");