In walnascar the upstream-status style is verified. Fix to the correct format otherwise we get an error: QA Issue: Malformed Upstream-Status in patch
29 lines
845 B
Diff
29 lines
845 B
Diff
From 098ad3facb3d76fe4476424f1b7bf3c9c2c1b142 Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Fella <nicolas.fella@gmx.de>
|
|
Date: Fri, 17 Jan 2025 16:46:19 +0100
|
|
Subject: [PATCH] Add missing includes
|
|
|
|
(cherry picked from commit 9df8a685aa2d7ed1e9e633dda96d141c591f398e)
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
Upstream-Status: Backport [https://invent.kde.org/plasma/breeze/-/commit/9df8a685aa2d7ed1e9e633dda96d141c591f398e]
|
|
---
|
|
cursors/src/kcursorgen/main.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/cursors/src/kcursorgen/main.cpp b/cursors/src/kcursorgen/main.cpp
|
|
index 96d5e2ec..b1a284f4 100644
|
|
--- a/cursors/src/kcursorgen/main.cpp
|
|
+++ b/cursors/src/kcursorgen/main.cpp
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <QCommandLineParser>
|
|
#include <QCoreApplication>
|
|
+#include <QDebug>
|
|
#include <QString>
|
|
|
|
int main(int argc, char **argv)
|
|
--
|
|
2.48.1
|
|
|