diff options
Diffstat (limited to 'result/diceresult.h')
| -rw-r--r-- | result/diceresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.h b/result/diceresult.h index ce8ffb7..8f30340 100644 --- a/result/diceresult.h +++ b/result/diceresult.h @@ -92,5 +92,5 @@ private: bool m_homogeneous; Die::ArithmeticOperator m_operator; }; - +Q_DECLARE_METATYPE(QList<Die*>) #endif // DICERESULT_H |