diff options
| author | 2014-01-30 12:03:12 +0100 | |
|---|---|---|
| committer | 2014-01-30 12:03:12 +0100 | |
| commit | 68b18b792986789e002399bbb24ada19069f9c78 (patch) | |
| tree | 337962c717c36050a6af1bc66d438538e061799f /node | |
| parent | a91452c014a0672344e325922a636c8cb19b19ba (diff) | |
| download | OneRoll-68b18b792986789e002399bbb24ada19069f9c78.tar.gz OneRoll-68b18b792986789e002399bbb24ada19069f9c78.zip | |
Update startingnode.h
getPriority
Diffstat (limited to 'node')
| -rw-r--r-- | node/startingnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/startingnode.h b/node/startingnode.h index dce468b..ccb7c87 100644 --- a/node/startingnode.h +++ b/node/startingnode.h @@ -10,6 +10,7 @@ public: virtual void run(ExecutionNode*); virtual QString toString()const; + virtual qint64 getPriority() const; }; #endif // STARTINGNODE_H |