Fix some punctuation errors.

Change-Id: I6aa2ad2b506466fbef6a22380d151988930807c9
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2013-02-25 12:30:31 +01:00 committed by The Qt Project
parent 2bab4a6552
commit 6269c9a414
2 changed files with 3 additions and 4 deletions

View File

@ -33,8 +33,7 @@
\ingroup qt-gui-concepts \ingroup qt-gui-concepts
Drag and drop provides a simple visual mechanism which users can use Drag and drop provides a simple visual mechanism which users can use
to transfer information between and within applications. (In the to transfer information between and within applications. Drag
literature this is referred to as a "direct manipulation model".) Drag
and drop is similar in function to the clipboard's cut and paste and drop is similar in function to the clipboard's cut and paste
mechanism. mechanism.

View File

@ -7340,8 +7340,8 @@ void QGraphicsItem::updateMicroFocus()
/*! /*!
This virtual function is called by QGraphicsItem to notify custom items This virtual function is called by QGraphicsItem to notify custom items
that some part of the item's state changes. By reimplementing this that some part of the item's state changes. By reimplementing this
function, your can react to a change, and in some cases, (depending on \a function, you can react to a change, and in some cases (depending on \a
change,) adjustments can be made. change), adjustments can be made.
\a change is the parameter of the item that is changing. \a value is the \a change is the parameter of the item that is changing. \a value is the
new value; the type of the value depends on \a change. new value; the type of the value depends on \a change.