diff options
| author | 2014-11-14 23:09:18 +0100 | |
|---|---|---|
| committer | 2014-11-14 23:09:18 +0100 | |
| commit | 4c82c8a05f870ab201bd1a91e0e1230de46e2565 (patch) | |
| tree | d96e407d7f16c1f38a4a58d45e2ca1c36b646129 /node/scalaroperatornode.h | |
| parent | 8e9cad0753457ce3d245a626fb4ad693e5701703 (diff) | |
| download | OneRoll-4c82c8a05f870ab201bd1a91e0e1230de46e2565.tar.gz OneRoll-4c82c8a05f870ab201bd1a91e0e1230de46e2565.zip | |
-divide result dice by integer return double.
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 97e6e3d..2cd8405 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -23,7 +23,7 @@ public: private: qint64 add(qint64,qint64); qint64 substract(qint64,qint64); - qint64 divide(qint64,qint64); + qreal divide(qint64,qint64); qint64 multiple(qint64,qint64); private: |