Implement ConsoleWindow

This commit is contained in:
Orochimarufan
2013-02-22 18:18:23 +01:00
parent 10c707363b
commit 3a173648e7
7 changed files with 257 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
#include <QProcess>
class ConsoleWindow;
#include "gui/consolewindow.h"
#include "instance.h"
@@ -86,9 +86,13 @@ protected:
QStringList m_arguments;
void genArgs();
void log(QString text);
protected slots:
void finish(int, QProcess::ExitStatus status);
void on_stdErr();
void on_stdOut();
};
#endif // MINECRAFTPROCESS_H