Implement load-log-by-commandline behaviour

This commit is contained in:
baldurk
2015-07-09 14:33:29 +02:00
parent 47d509749b
commit 4f5673941d
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "Code/Core.h"
MainWindow::MainWindow(Core *core, QString paramFilename, QString remoteHost, uint32_t remoteIdent, bool temp) :
MainWindow::MainWindow(Core *core) :
QMainWindow(NULL),
ui(new Ui::MainWindow),
m_Core(core)