aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/stringresult.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-25 09:59:29 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-25 09:59:29 +0200
commitbb6b87a2685c0d71b5c38be33c100f85ac0b9cee (patch)
tree81da599ceec1368e55fee5fd6a4dd0173fc39b5f /result/stringresult.h
parent6f499de159eeac37fe473f945042e13359dc2d40 (diff)
downloadOneRoll-bb6b87a2685c0d71b5c38be33c100f85ac0b9cee.tar.gz
OneRoll-bb6b87a2685c0d71b5c38be33c100f85ac0b9cee.zip
Rework of the component to be a proper lib
Diffstat (limited to 'result/stringresult.h')
-rw-r--r--result/stringresult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/result/stringresult.h b/result/stringresult.h
index ec6c3ce..0e469fe 100644
--- a/result/stringresult.h
+++ b/result/stringresult.h
@@ -31,7 +31,7 @@ public:
* @brief getScalar
* @return
*/
- virtual QVariant getResult(RESULT_TYPE);
+ virtual QVariant getResult(Dice::RESULT_TYPE);
/**
* @brief toString
* @return
@@ -40,7 +40,7 @@ public:
virtual void setHighLight(bool);
virtual bool hasHighLight() const;
- virtual bool hasResultOfType(RESULT_TYPE resultType) const;
+ virtual bool hasResultOfType(Dice::RESULT_TYPE resultType) const;
virtual Result* getCopy() const;
private: