Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhelplink.cpp
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#include "qhelplink.h"
6
7/*!
8 \class QHelpLink
9 \since 5.15
10 \inmodule QtHelp
11 \brief The QHelpLink struct provides the data associated with a help link.
12
13 The QHelpLink object is a data object that describes a link to a documentation file.
14 The description of the help link contains the document title and URL of the document.
15 \sa QHelpEngineCore
16*/
17
18/*!
19 \variable QHelpLink::url
20 \brief The target url of the link.
21*/
22/*!
23 \variable QHelpLink::title
24 \brief The title of the link.
25*/