mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
QML: Fix documentation links for window/s
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
c750820f7c
commit
1b0e728e02
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user