aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2021-01-24 13:30:26 +0100
committerRenaud G <renaud@rolisteam.org>2021-01-24 13:30:26 +0100
commit7d55efb32e845c910177c083e095956765fd5c17 (patch)
treef3beaae96546f9cfabb25f3c456216acb89ca6ef /result
parent228f38d2592dcce72274018a4ae9a745dc0f8005 (diff)
downloadOneRoll-7d55efb32e845c910177c083e095956765fd5c17.tar.gz
OneRoll-7d55efb32e845c910177c083e095956765fd5c17.zip
Remove build warnings.
Diffstat (limited to 'result')
-rw-r--r--result/stringresult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/stringresult.h b/result/stringresult.h
index f1029c7..bd8956b 100644
--- a/result/stringresult.h
+++ b/result/stringresult.h
@@ -22,7 +22,7 @@ public:
void finished();
QString getText() const;
virtual QVariant getResult(Dice::RESULT_TYPE) override;
- virtual QString toString(bool);
+ virtual QString toString(bool) override;
virtual void setHighLight(bool);
virtual bool hasHighLight() const;