diff options
author | Alejandro Exojo <suy@badopi.org> | 2014-12-06 14:01:08 +0100 |
---|---|---|
committer | Alejandro Exojo Piqueras <suy@badopi.org> | 2014-12-08 08:25:39 +0100 |
commit | 1f7e818a8c6ad81299bd82738b191e7d3ba01faf (patch) | |
tree | 308bd7b091a37ce0e275623cc442a95fed805893 /src/effects/InnerShadow.qml | |
parent | 9e9600d92224084f7942a6bd83b926c630a29747 (diff) | |
download | qtgraphicaleffects-1f7e818a8c6ad81299bd82738b191e7d3ba01faf.tar.gz |
Remove unnecessary \inqmlmodule parameter
Change-Id: Ib685e533a97bae865df5802c4f9e7399c8cfd078
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/effects/InnerShadow.qml')
-rw-r--r-- | src/effects/InnerShadow.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/InnerShadow.qml b/src/effects/InnerShadow.qml index 5eebc6f..90fc32b 100644 --- a/src/effects/InnerShadow.qml +++ b/src/effects/InnerShadow.qml @@ -43,7 +43,7 @@ import "private" /*! \qmltype InnerShadow - \inqmlmodule QtGraphicalEffects 1.0 + \inqmlmodule QtGraphicalEffects \since QtGraphicalEffects 1.0 \inherits QtQuick2::Item \ingroup qtgraphicaleffects-drop-shadow |