Correctly name pragma macro in qgenericunixtheme_p.h

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ø <tor.arne.vestbo@qt.io>
This commit is contained in:
Axel Spoerl 2025-03-11 19:36:58 +01:00
parent 4293381545
commit bec7201f32

View File

@ -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