diff options
| author | 2017-10-21 18:55:16 +0200 | |
|---|---|---|
| committer | 2017-10-21 18:55:16 +0200 | |
| commit | 17c8a3738b8367cef726fa4bbbd23671b1270559 (patch) | |
| tree | a9a8c464b7fdf3ac82ec66144b98d3c169411177 /irc/botircdiceparser.h | |
| parent | ca574161aac7f5e49fb239e20b0d2c1d3dfd148d (diff) | |
| download | OneRoll-17c8a3738b8367cef726fa4bbbd23671b1270559.tar.gz OneRoll-17c8a3738b8367cef726fa4bbbd23671b1270559.zip | |
-update way to use display result given new API.
Diffstat (limited to 'irc/botircdiceparser.h')
| -rw-r--r-- | irc/botircdiceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/botircdiceparser.h b/irc/botircdiceparser.h index 5933b12..2d42cfc 100644 --- a/irc/botircdiceparser.h +++ b/irc/botircdiceparser.h @@ -34,7 +34,7 @@ public: explicit BotIrcDiceParser(QObject *parent = 0); virtual ~BotIrcDiceParser(); - QString diceToText(ExportedDiceResult &dice, bool highlight, bool homogeneous); + QString diceToText(QList<ExportedDiceResult>& dice, bool highlight, bool homogeneous); QString startDiceParsing(QString &cmd, bool highlight); public slots: void errorOccurs(QAbstractSocket::SocketError); |