aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquicksystempalette.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/quick/util/qquicksystempalette.cpp
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/util/qquicksystempalette.cpp')
-rw-r--r--src/quick/util/qquicksystempalette.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/quick/util/qquicksystempalette.cpp b/src/quick/util/qquicksystempalette.cpp
index bd651e1a73..515bf28c2f 100644
--- a/src/quick/util/qquicksystempalette.cpp
+++ b/src/quick/util/qquicksystempalette.cpp
@@ -95,7 +95,7 @@ QQuickSystemPalette::~QQuickSystemPalette()
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::window
+ \qmlproperty color QtQuick::SystemPalette::window
The window (general background) color of the current color group.
\sa QPalette::ColorRole
@@ -107,7 +107,7 @@ QColor QQuickSystemPalette::window() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::windowText
+ \qmlproperty color QtQuick::SystemPalette::windowText
The window text (general foreground) color of the current color group.
\sa QPalette::ColorRole
@@ -119,7 +119,7 @@ QColor QQuickSystemPalette::windowText() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::base
+ \qmlproperty color QtQuick::SystemPalette::base
The base color of the current color group.
\sa QPalette::ColorRole
@@ -131,7 +131,7 @@ QColor QQuickSystemPalette::base() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::text
+ \qmlproperty color QtQuick::SystemPalette::text
The text color of the current color group.
\sa QPalette::ColorRole
@@ -143,7 +143,7 @@ QColor QQuickSystemPalette::text() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::alternateBase
+ \qmlproperty color QtQuick::SystemPalette::alternateBase
The alternate base color of the current color group.
\sa QPalette::ColorRole
@@ -155,7 +155,7 @@ QColor QQuickSystemPalette::alternateBase() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::button
+ \qmlproperty color QtQuick::SystemPalette::button
The button color of the current color group.
\sa QPalette::ColorRole
@@ -167,7 +167,7 @@ QColor QQuickSystemPalette::button() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::buttonText
+ \qmlproperty color QtQuick::SystemPalette::buttonText
The button text foreground color of the current color group.
\sa QPalette::ColorRole
@@ -179,7 +179,7 @@ QColor QQuickSystemPalette::buttonText() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::light
+ \qmlproperty color QtQuick::SystemPalette::light
The light color of the current color group.
\sa QPalette::ColorRole
@@ -191,7 +191,7 @@ QColor QQuickSystemPalette::light() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::midlight
+ \qmlproperty color QtQuick::SystemPalette::midlight
The midlight color of the current color group.
\sa QPalette::ColorRole
@@ -203,7 +203,7 @@ QColor QQuickSystemPalette::midlight() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::dark
+ \qmlproperty color QtQuick::SystemPalette::dark
The dark color of the current color group.
\sa QPalette::ColorRole
@@ -215,7 +215,7 @@ QColor QQuickSystemPalette::dark() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::mid
+ \qmlproperty color QtQuick::SystemPalette::mid
The mid color of the current color group.
\sa QPalette::ColorRole
@@ -227,7 +227,7 @@ QColor QQuickSystemPalette::mid() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::shadow
+ \qmlproperty color QtQuick::SystemPalette::shadow
The shadow color of the current color group.
\sa QPalette::ColorRole
@@ -239,7 +239,7 @@ QColor QQuickSystemPalette::shadow() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::highlight
+ \qmlproperty color QtQuick::SystemPalette::highlight
The highlight color of the current color group.
\sa QPalette::ColorRole
@@ -251,7 +251,7 @@ QColor QQuickSystemPalette::highlight() const
}
/*!
- \qmlproperty color QtQuick2::SystemPalette::highlightedText
+ \qmlproperty color QtQuick::SystemPalette::highlightedText
The highlighted text color of the current color group.
\sa QPalette::ColorRole
@@ -263,7 +263,7 @@ QColor QQuickSystemPalette::highlightedText() const
}
/*!
- \qmlproperty enumeration QtQuick2::SystemPalette::colorGroup
+ \qmlproperty enumeration QtQuick::SystemPalette::colorGroup
The color group of the palette. This can be one of: