diff --git a/breft_editor/breft.pro b/breft_editor/breft.pro index 4293b82..868e3db 100644 --- a/breft_editor/breft.pro +++ b/breft_editor/breft.pro @@ -1,19 +1,18 @@ -QT += core gui\ - network +QT += core gui network widgets TARGET = breft_editor TEMPLATE = app SOURCES += main.cpp\ - mainwindow.cpp \ - breft.cpp \ - ../WiiQt/tools.cpp \ - ../WiiQt/aes.c \ - ../WiiQt/sha1.c \ - texture.cpp + mainwindow.cpp \ + breft.cpp \ + ../WiiQt/tools.cpp \ + ../WiiQt/aes.c \ + ../WiiQt/sha1.c \ + texture.cpp HEADERS += mainwindow.h \ - breft.h \ - ../WiiQt/tools.h \ - texture.h + breft.h \ + ../WiiQt/tools.h \ + texture.h diff --git a/breft_editor/main.cpp b/breft_editor/main.cpp index 9ae175b..8a63d7b 100644 --- a/breft_editor/main.cpp +++ b/breft_editor/main.cpp @@ -1,4 +1,4 @@ -#include +#include #include "mainwindow.h" int main(int argc, char *argv[]) diff --git a/nandExtract/black.png b/nandExtract/black.png old mode 100755 new mode 100644 diff --git a/nandExtract/blue.png b/nandExtract/blue.png old mode 100755 new mode 100644 diff --git a/nandExtract/green.png b/nandExtract/green.png old mode 100755 new mode 100644 diff --git a/nandExtract/grey.png b/nandExtract/grey.png old mode 100755 new mode 100644 diff --git a/nandExtract/main.cpp b/nandExtract/main.cpp old mode 100755 new mode 100644 index b38053e..0b214b4 --- a/nandExtract/main.cpp +++ b/nandExtract/main.cpp @@ -1,13 +1,13 @@ -#include -#include "nandwindow.h" - -int main(int argc, char *argv[]) -{ - Q_INIT_RESOURCE( rc ); - - QApplication a(argc, argv); - QApplication::setWindowIcon( QIcon( ":/icon.png" ) ); - NandWindow w; - w.show(); - return a.exec(); -} +#include +#include "nandwindow.h" + +int main(int argc, char *argv[]) +{ + Q_INIT_RESOURCE( rc ); + + QApplication a(argc, argv); + QApplication::setWindowIcon( QIcon( ":/icon.png" ) ); + NandWindow w; + w.show(); + return a.exec(); +} diff --git a/nandExtract/nandExtract.pro b/nandExtract/nandExtract.pro old mode 100755 new mode 100644 index 6a72b12..46cbc50 --- a/nandExtract/nandExtract.pro +++ b/nandExtract/nandExtract.pro @@ -1,6 +1,8 @@ # ------------------------------------------------- # Project created by QtCreator 2010-12-06T03:40:50 # ------------------------------------------------- +QT = core gui widgets + TARGET = nandExtract TEMPLATE = app SOURCES += main.cpp \ diff --git a/nandExtract/nandwindow.cpp b/nandExtract/nandwindow.cpp old mode 100755 new mode 100644 diff --git a/nandExtract/nandwindow.h b/nandExtract/nandwindow.h old mode 100755 new mode 100644 diff --git a/nandExtract/nandwindow.ui b/nandExtract/nandwindow.ui old mode 100755 new mode 100644 diff --git a/nandExtract/pink.png b/nandExtract/pink.png old mode 100755 new mode 100644