From bec7201f32e797bd6ee38a29853663174f5f705c Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Tue, 11 Mar 2025 19:36:58 +0100 Subject: [PATCH] Correctly name pragma macro in qgenericunixtheme_p.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was forgotten to rename the macro from plural to singular. Fix it. Amends 53fb13456fffe8bfd192f9197c6d1703854b49a2. Task-number: QTBUG-132929 Change-Id: I76def400324ae47e61528e62f8589c05c5b3e4e2 Reviewed-by: Tor Arne Vestbø --- src/gui/platform/unix/qgenericunixtheme_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/platform/unix/qgenericunixtheme_p.h b/src/gui/platform/unix/qgenericunixtheme_p.h index 21be456c3a9..e0d089d9812 100644 --- a/src/gui/platform/unix/qgenericunixtheme_p.h +++ b/src/gui/platform/unix/qgenericunixtheme_p.h @@ -1,8 +1,8 @@ // Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef QGENERICUNIXTHEMES_H -#define QGENERICUNIXTHEMES_H +#ifndef QGENERICUNIXTHEME_H +#define QGENERICUNIXTHEME_H // // W A R N I N G @@ -82,4 +82,4 @@ protected: QT_END_NAMESPACE -#endif // QGENERICUNIXTHEMES_H +#endif // QGENERICUNIXTHEME_H