MCPcopy Create free account
hub / github.com/benlau/quickflux / QFAppScriptRunnable

Method QFAppScriptRunnable

qfappscriptrunnable.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "priv/qfappscriptdispatcherwrapper.h"
6
7QFAppScriptRunnable::QFAppScriptRunnable(QObject *parent) : QObject(parent)
8{
9 m_engine = 0;
10 m_next = 0;
11 m_isSignalCondition = false;
12 m_isOnceOnly = true;
13}
14
15QFAppScriptRunnable::~QFAppScriptRunnable()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected