diff options
| author | 2019-04-23 11:00:47 +0200 | |
|---|---|---|
| committer | 2019-04-23 11:33:14 +0200 | |
| commit | e01a80db01ee4afd9ce546fbad284c3aa56ea11c (patch) | |
| tree | c441a8d3a8ec292831d6ec3056a54e8671ae9f25 /diceparser.cpp | |
| parent | dc2a1a2e268335cf3cc5ce58f8d452a63c9798a9 (diff) | |
| download | OneRoll-e01a80db01ee4afd9ce546fbad284c3aa56ea11c.tar.gz OneRoll-e01a80db01ee4afd9ce546fbad284c3aa56ea11c.zip | |
rename unique to spread operator
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 8efa83e..0c6b23c 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -76,7 +76,7 @@ DiceParser::DiceParser() m_OptionOp->insert(QStringLiteral("i"), ifOperator); m_OptionOp->insert(QStringLiteral("p"), Painter); m_OptionOp->insert(QStringLiteral("f"), Filter); - m_OptionOp->insert(QStringLiteral("u"), Split); + m_OptionOp->insert(QStringLiteral("y"), Split); m_OptionOp->insert(QStringLiteral("g"), Group); m_OptionOp->insert(QStringLiteral("b"), Bind); m_OptionOp->insert(QStringLiteral("o"), Occurences); |