diff options
| author | 2021-04-04 09:47:04 +0200 | |
|---|---|---|
| committer | 2021-04-04 09:47:04 +0200 | |
| commit | 2536f4ee92782d0fbb5ff462ec861c588e5be17a (patch) | |
| tree | 5ea36b3d3f3ecdbcd9c8bb26a993de16c40ec100 | |
| parent | 0f107dee8154024de38dd59595d941b8959b9f59 (diff) | |
| download | OneRoll-2536f4ee92782d0fbb5ff462ec861c588e5be17a.tar.gz OneRoll-2536f4ee92782d0fbb5ff462ec861c588e5be17a.zip | |
Move include
| -rw-r--r-- | cli/main.cpp | 3 |
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; |