[docs] QFlags: fix a whitespace error
authorMarc Mutz <marc.mutz@kdab.com>
Tue, 25 Sep 2012 11:30:49 +0000 (13:30 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 26 Sep 2012 02:03:41 +0000 (04:03 +0200)
Change-Id: I316ceb3d630d6697466a46fa14bdbd8379079875
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/global/qglobal.cpp

index 6580bfb..ef211cf 100644 (file)
@@ -131,7 +131,7 @@ Q_CORE_EXPORT void *qMemSet(void *dest, int c, size_t n);
     Qt::Alignment type is simply a typedef for
     QFlags<Qt::AlignmentFlag>. QLabel::setAlignment() takes a
     Qt::Alignment parameter, which means that any combination of
-    Qt::AlignmentFlag values,or 0, is legal:
+    Qt::AlignmentFlag values, or 0, is legal:
 
     \snippet code/src_corelib_global_qglobal.cpp 0