diff options
| author | 2014-01-30 11:51:38 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:51:38 +0100 | |
| commit | 38fcd47e0f822bacc1c1f677a9326570ba408ee4 (patch) | |
| tree | 1ff1df7f448b359729ea6474443b5f6b4f451cfe /node | |
| parent | 0714a00cd2ab07c24f12ed5184ed1faf9e501fa8 (diff) | |
| download | OneRoll-38fcd47e0f822bacc1c1f677a9326570ba408ee4.tar.gz OneRoll-38fcd47e0f822bacc1c1f677a9326570ba408ee4.zip | |
Update countexecutenode.h
getPriority
Diffstat (limited to 'node')
| -rw-r--r-- | node/countexecutenode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/node/countexecutenode.h b/node/countexecutenode.h index 1dcc35e..bece965 100644 --- a/node/countexecutenode.h +++ b/node/countexecutenode.h @@ -11,11 +11,9 @@ class CountExecuteNode : public ExecutionNode public: CountExecuteNode(); virtual void run(ExecutionNode* previous); - - virtual void setValidator(Validator* ); - virtual QString toString()const; + virtual qint64 getPriority() const; private: Validator* m_validator; |