Save and load persistant config file

This commit is contained in:
baldurk
2016-10-07 19:15:00 +02:00
parent 3ec1be62ff
commit 03eb2ea696
9 changed files with 431 additions and 8 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
#include "Windows/MainWindow.h"
CaptureContext::CaptureContext(QString paramFilename, QString remoteHost, uint32_t remoteIdent,
bool temp)
bool temp, PersistantConfig &cfg)
: Config(cfg)
{
m_LogLoaded = false;
m_LoadInProgress = false;