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:
parent
f025428d5b
commit
da36ac3c35
@ -1,6 +1,9 @@
|
|||||||
// Copyright (C) 2021 The Qt Company Ltd.
|
// 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
|
// 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/private/qtnetworkglobal_p.h>
|
||||||
|
|
||||||
#include <QtNetwork/qnetworkinformation.h>
|
#include <QtNetwork/qnetworkinformation.h>
|
||||||
@ -73,3 +76,5 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#endif // QNETWORKLISTMANAGEREVENTS_H
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
// Copyright (C) 2016 The Qt Company Ltd.
|
// Copyright (C) 2016 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// 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 "grammar_p.h"
|
||||||
|
|
||||||
#include "lalr.h"
|
#include "lalr.h"
|
||||||
@ -72,3 +75,5 @@ protected:
|
|||||||
QString _M_current_value;
|
QString _M_current_value;
|
||||||
bool _M_no_lines;
|
bool _M_no_lines;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // RECOGNIZER_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user