diff options
author | Gunnar Sletta <gunnar.sletta@jollamobile.com> | 2015-01-26 08:59:24 +0100 |
---|---|---|
committer | Gunnar Sletta <gunnar@sletta.org> | 2015-03-24 12:13:33 +0000 |
commit | 027a253c940db5a725a707a4b0bd49bc12a037d1 (patch) | |
tree | 0348fb8711f65338b61927297cc26d17f9061bf6 /src | |
parent | ebf3ea32e637e352f8afdcc54979515f8adb9945 (diff) | |
download | qtgraphicaleffects-027a253c940db5a725a707a4b0bd49bc12a037d1.tar.gz |
doc: fix linkage
Change-Id: I4cf539f61e372928d78116dca73ad2c9b5da66a7
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/effects/DropShadow.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml index 0a08f45..e66be6c 100644 --- a/src/effects/DropShadow.qml +++ b/src/effects/DropShadow.qml @@ -53,9 +53,9 @@ import QtGraphicalEffects.private 1.0 The DropShadow effect blurs the alpha channel of the input, colorizes the result and places it behind the source object to create a soft shadow. The - shadow's color can be changed using the \l color property. The location of - the shadow can be changed with the \l horizontalOffset and \l - verticalOffset properties. + shadow's color can be changed using the \l {DropShadow::color}{color} + property. The location of the shadow can be changed with the \l + horizontalOffset and \l verticalOffset properties. \table \header |