From 679ae93507852543174bf91bc609d8d67d71d168 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Tue, 27 Aug 2024 23:21:05 +0300 Subject: [PATCH] QDirListing: fix typo in header guard Was missing an `R`. Change-Id: Iefdb373c152c31baf3e6769a5e2814c0d9800e60 Reviewed-by: Thiago Macieira Reviewed-by: Marc Mutz (cherry picked from commit 61a3ca6f635c86b91fe3a2ac481e7de138447523) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/io/qdirlisting.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/io/qdirlisting.h b/src/corelib/io/qdirlisting.h index 21e12b2898d..7f5373a5d35 100644 --- a/src/corelib/io/qdirlisting.h +++ b/src/corelib/io/qdirlisting.h @@ -2,8 +2,8 @@ // Copyright (C) 2024 Ahmad Samir // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef QDILISTING_H -#define QDILISTING_H +#ifndef QDIRLISTING_H +#define QDIRLISTING_H #include #include @@ -148,4 +148,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QDirListing::IteratorFlags) QT_END_NAMESPACE -#endif // QDILISTING_H +#endif // QDIRLISTING_H