aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/displaytoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/displaytoolbox.h')
-rw-r--r--cli/displaytoolbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/displaytoolbox.h b/cli/displaytoolbox.h
index 11f92c3..53a2a56 100644
--- a/cli/displaytoolbox.h
+++ b/cli/displaytoolbox.h
@@ -20,6 +20,7 @@ public:
#ifdef PAINTER_OP
static QString makeImage(QByteArray svgCode);
#endif
+ static QString colorToIntCode(QString str);
static QString colorToTermCode(QString str);
static QString diceToSvg(QJsonArray array, bool withColor, bool allSameColor, bool allSameFaceCount);
static QString diceResultToString(QJsonObject val, Output type, bool hasColor);