diff options
| author | 2018-01-25 01:06:07 +0100 | |
|---|---|---|
| committer | 2018-01-25 01:06:07 +0100 | |
| commit | bb9eeae7d5798d5c2c8579949c544b55be1bcbca (patch) | |
| tree | 768c7da75e6611fd0bc128b659255dcfc7cd1f84 /node/listsetrollnode.h | |
| parent | 8904bc61ad71f407fbefa4b80793ba424f2ce88b (diff) | |
| download | OneRoll-bb9eeae7d5798d5c2c8579949c544b55be1bcbca.tar.gz OneRoll-bb9eeae7d5798d5c2c8579949c544b55be1bcbca.zip | |
-Add management of unique for dice and list.
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h index 2cc36f0..15d00e4 100644 --- a/node/listsetrollnode.h +++ b/node/listsetrollnode.h @@ -54,6 +54,7 @@ private: QStringList m_values; DiceResult* m_diceResult; StringResult* m_stringResult; + std::vector<int> m_rangeIndexResult; bool m_unique; QList<Range> m_rangeList; }; |