diff options
| author | 2014-01-30 11:56:38 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:56:38 +0100 | |
| commit | 35066fe18f4af885ff21305f241770ff135ba054 (patch) | |
| tree | 0a4e1546725e899f9f53579476d574af3a69b80b /node/numbernode.h | |
| parent | 3b7e21fbefc7ffd50c165082f0232ce1a6474c32 (diff) | |
| download | OneRoll-35066fe18f4af885ff21305f241770ff135ba054.tar.gz OneRoll-35066fe18f4af885ff21305f241770ff135ba054.zip | |
Update numbernode.h
getPriority
Diffstat (limited to 'node/numbernode.h')
| -rw-r--r-- | node/numbernode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/numbernode.h b/node/numbernode.h index ee822f0..49d2881 100644 --- a/node/numbernode.h +++ b/node/numbernode.h @@ -11,6 +11,7 @@ public: void run(ExecutionNode* previous); void setNumber(qint64); virtual QString toString()const; + virtual qint64 getPriority() const; private: qint64 m_number; ScalarResult* m_scalarResult; |