style and memory leak fixes

This commit is contained in:
Thijs Wenker 2018-07-30 18:51:19 +02:00
parent e2d7431456
commit 92efc1a3b5
2 changed files with 12 additions and 11 deletions

View file

@ -12,5 +12,6 @@
#include "AgentScriptingInterface.h"
AgentScriptingInterface::AgentScriptingInterface(Agent* agent) :
QObject(agent),
_agent(agent)
{ }