mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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)
|
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)
|
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)
|
Q_PROPERTY(QmlEnums::WindowType type READ type CONSTANT)
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ public:
|
||||||
* - url:
|
* - url:
|
||||||
* The url of the first tab of the window
|
* The url of the first tab of the window
|
||||||
* - type:
|
* - type:
|
||||||
* The window [type](@ref QmlWindowType)
|
* The window [type](@ref QmlEnums::WindowType)
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE QmlWindow *create(const QVariantMap &map) const;
|
Q_INVOKABLE QmlWindow *create(const QVariantMap &map) const;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user