QDirListing: fix typo in header guard

Was missing an `R`.

Change-Id: Iefdb373c152c31baf3e6769a5e2814c0d9800e60
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 61a3ca6f635c86b91fe3a2ac481e7de138447523)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ahmad Samir 2024-08-27 23:21:05 +03:00 committed by Qt Cherry-pick Bot
parent 514e244913
commit 679ae93507

View File

@ -2,8 +2,8 @@
// Copyright (C) 2024 Ahmad Samir <a.samirh78@gmail.com>
// 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 <QtCore/qfiledevice.h>
#include <QtCore/qflags.h>
@ -148,4 +148,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QDirListing::IteratorFlags)
QT_END_NAMESPACE
#endif // QDILISTING_H
#endif // QDIRLISTING_H