1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

QML: Fix documentation links for window/s

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-04-06 23:30:40 +02:00
parent c750820f7c
commit 1b0e728e02
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B
2 changed files with 3 additions and 3 deletions

View File

@ -43,12 +43,12 @@ class QmlWindow : public QObject
Q_PROPERTY(QString title READ title CONSTANT)
/**
* @brief [window state](@ref QmlWindowState::WindowState) of window
* @brief [window state](@ref QmlEnums::WindowState) of window
*/
Q_PROPERTY(QmlEnums::WindowState state READ state CONSTANT)
/**
* @brief [window type](@ref QmlWindowType::WindowType) of window
* @brief [window type](@ref QmlEnums::WindowType) of window
*/
Q_PROPERTY(QmlEnums::WindowType type READ type CONSTANT)

View File

@ -50,7 +50,7 @@ public:
* - url:
* The url of the first tab of the window
* - type:
* The window [type](@ref QmlWindowType)
* The window [type](@ref QmlEnums::WindowType)
* @return
*/
Q_INVOKABLE QmlWindow *create(const QVariantMap &map) const;