From 95d4b12f2900f13e5836cb460261c96889bdd4e5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 25 Nov 2017 02:51:23 +0100 Subject: remove useless commit --- die.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'die.h') diff --git a/die.h b/die.h index c048ee6..7f5cf44 100644 --- a/die.h +++ b/die.h @@ -34,7 +34,7 @@ public: /** * @brief The ArithmeticOperator enum */ - enum ArithmeticOperator {PLUS,MINUS,DIVIDE,MULTIPLICATION,POWER}; + enum ArithmeticOperator {PLUS,MINUS,DIVIDE,MULTIPLICATION}; /** * @brief Die */ @@ -154,6 +154,6 @@ private: std::mt19937 m_rng; }; -Q_DECLARE_TYPEINFO(Die,Q_MOVABLE_TYPE); + #endif // DIE_H -- cgit v1.2.3-70-g09d2