mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Implement load-log-by-commandline behaviour
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user