aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.cpp')
-rw-r--r--cli/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp
index 6ec10a5..918636e 100644
--- a/cli/main.cpp
+++ b/cli/main.cpp
@@ -29,6 +29,7 @@
#include <QRegularExpression>
#include <QStringList>
#include <QTextStream>
+#include <QDebug>
#ifdef PAINTER_OP
#include <QGuiApplication>
@@ -292,7 +293,7 @@ void displayCommandResult(QString json, bool withColor)
}
out << str << "\n";
}
-#include <QDebug>
+
int startDiceParsing(QStringList& cmds, bool withColor, EXPORTFORMAT format, QJsonArray array)
{
DiceParser parser;