Add missing header guards

Task-number: QTBUG-109394
Change-Id: Idc5b0057d41186c8dfd7e752fe819ebebc6f8859
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit aa29b3ef523d3f9d3e52942464d82cd58283c783)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Friedemann Kleint 2023-01-12 14:34:59 +01:00 committed by Qt Cherry-pick Bot
parent b41b27352d
commit d3596c07e1
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,9 @@
// Copyright (C) 2021 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 QNETWORKLISTMANAGEREVENTS_H
#define QNETWORKLISTMANAGEREVENTS_H
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include <QtNetwork/qnetworkinformation.h>
@ -83,3 +86,5 @@ private:
};
QT_END_NAMESPACE
#endif // QNETWORKLISTMANAGEREVENTS_H

View File

@ -1,6 +1,9 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#ifndef RECOGNIZER_H
#define RECOGNIZER_H
#include "grammar_p.h"
#include "lalr.h"
@ -72,3 +75,5 @@ protected:
QString _M_current_value;
bool _M_no_lines;
};
#endif // RECOGNIZER_H