Correct Event Loop Connections
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
FaultFinder::FaultFinder(QObject *parent) : QObject(parent)
|
||||
{
|
||||
fault_mgr = new FaultManager(parent);
|
||||
image_mgr = new ImageManager(parent);
|
||||
config_mgr = new ConfigManager(parent);
|
||||
stream_mgr = new StreamManager(parent);
|
||||
fault_mgr = new FaultManager(this);
|
||||
image_mgr = new ImageManager(this);
|
||||
config_mgr = new ConfigManager(this);
|
||||
stream_mgr = new StreamManager(this);
|
||||
}
|
||||
|
||||
FaultFinder::~FaultFinder()
|
||||
|
||||
Reference in New Issue
Block a user