QLatin1StringView: fix include guard name

Change-Id: I089b5671c02e61310698a6938ef8e3ba189c633b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Ahmad Samir 2023-01-08 16:17:06 +02:00
parent df00f9ea86
commit 8e0e6f12c0

View File

@ -4,8 +4,8 @@
// Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz <marc.mutz@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QLATIN1STRINGVIEW
#define QLATIN1STRINGVIEW
#ifndef QLATIN1STRINGVIEW_H
#define QLATIN1STRINGVIEW_H
#include <QtCore/qchar.h>
#include <QtCore/qnamespace.h>
@ -368,4 +368,4 @@ QT_END_NAMESPACE
# undef Q_L1S_VIEW_IS_PRIMARY
#endif
#endif // QLATIN1STRINGVIEW
#endif // QLATIN1STRINGVIEW_H