
Update to its newest release (https://github.com/rgriebl/brickstore/releases/tag/v2024.12.3) and refactored changing the qcoro CMake file to use patches for relevant parts
13 lines
358 B
Diff
13 lines
358 B
Diff
diff --git a/src/bricklink/order.cpp b/src/bricklink/order.cpp
|
|
index 14426e5b..59856f0c 100755
|
|
--- a/src/bricklink/order.cpp
|
|
+++ b/src/bricklink/order.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include <QtSql/QSqlError>
|
|
#include <QtSql/QSqlQueryModel>
|
|
#include <QtCore/QLoggingCategory>
|
|
+#include <QtCore/QJsonValue>
|
|
|
|
#include "bricklink/core.h"
|
|
#include "bricklink/io.h"
|