File: 0001-Add-missing-include-to-fix-building-with-Qt-6.9.patch

package info (click to toggle)
bino 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,164 kB
  • sloc: cpp: 8,966; xml: 59; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From e1795e57bf55be0e912b777f8aab9c58fb0e91f1 Mon Sep 17 00:00:00 2001
From: Martin Lambers <marlam@marlam.de>
Date: Sat, 12 Apr 2025 18:08:40 +0200
Subject: Add missing #include to fix building with Qt 6.9

---
 src/metadata.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/metadata.cpp b/src/metadata.cpp
index 757303d..7331580 100644
--- a/src/metadata.cpp
+++ b/src/metadata.cpp
@@ -24,6 +24,7 @@
 #include <QMap>
 #include <QProcess>
 #include <QJsonDocument>
+#include <QJsonValue>
 
 #include "metadata.hpp"
 #include "tools.hpp"
-- 
2.30.2