summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.cpp
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-03-21 21:57:26 -0700
committerQt by Nokia <qt-info@nokia.com>2012-03-22 08:51:48 +0100
commit5ec17700fa0935ab9a2732c47fbf88fea3be825b (patch)
tree4aed4165d10d3a8edf726c6d6683f8f6d70c3fae /src/gui/kernel/qwindow.cpp
parentd6d77d54aa78ea598a1d3c05556b10de91ccaef1 (diff)
Remove redundant \since 5.0
\since 5.0 has been add to the class section, so member functions and properties donot need this any more. see SHA: 5728c8a8e7c994b931d340315c241350d646f62a Change-Id: I4e67461373dda99ee1fbfdeb6477fde1dcfec116 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/kernel/qwindow.cpp')
-rw-r--r--src/gui/kernel/qwindow.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index 78b6f6f722..18fd72cfa2 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -212,7 +212,6 @@ QWindow::SurfaceType QWindow::surfaceType() const
/*!
\property QWindow::visible
\brief whether the window is visible or not
- \since 5.0
This property controls the visibility of the window in the windowing system.
@@ -484,7 +483,6 @@ Qt::WindowType QWindow::windowType() const
/*!
\property QWindow::windowTitle
\brief the window's title in the windowing system
- \since 5.0
The window title might appear in the title area of the window decorations,
depending on the windowing system and the window flags. It might also
@@ -615,7 +613,6 @@ bool QWindow::isActive() const
/*!
\property QWindow::contentOrientation
- \since 5.0
\brief the orientation of the window's contents
This is a hint to the window manager in case it needs to display
@@ -935,25 +932,21 @@ void QWindow::setGeometry(const QRect &rect)
/*!
\property QWindow::x
- \since 5.0
\brief the x position of the window's geometry
*/
/*!
\property QWindow::y
- \since 5.0
\brief the y position of the window's geometry
*/
/*!
\property QWindow::width
- \since 5.0
\brief the width of the window's geometry
*/
/*!
\property QWindow::height
- \since 5.0
\brief the height of the window's geometry
*/