diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-03-25 14:44:56 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-03-25 14:44:56 (GMT) |
commit | 346efa672ea4045c0621103e956a3d8c47459808 (patch) | |
tree | d4bca628e5b4a4d86b95dd30cfc1a2a90597cdb1 /src/gui | |
parent | ec1a593fd480655ec461186160cdcdd890a778ab (diff) | |
download | Qt-346efa672ea4045c0621103e956a3d8c47459808.zip Qt-346efa672ea4045c0621103e956a3d8c47459808.tar.gz Qt-346efa672ea4045c0621103e956a3d8c47459808.tar.bz2 |
Doc - removed a trailing whitespace
Task-number: None
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 03d74d6..c4224ed 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -4231,7 +4231,7 @@ bool QApplicationPrivate::notify_helper(QObject *receiver, QEvent * e) them. We recommend setting the restart hint in QApplication::saveState() because - most session managers perform a checkpoint shortly after an application's + most session managers perform a checkpoint shortly after an application's startup. \sa restartHint() |