summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@digia.com>2010-11-23 10:30:02 (GMT)
committerJanne Koskinen <janne.p.koskinen@digia.com>2010-11-23 10:30:02 (GMT)
commitb5e5d6b39c01c4a3962d07d79c025c16aa1c24a5 (patch)
treeb59a3844908524b7b08b5e20e67d48e44fa0733a
parent9d9ecb86b80a57e5dcfafb71dc289ca62f64371a (diff)
downloadQt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.zip
Qt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.tar.gz
Qt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.tar.bz2
Fix spaces
Remove extra spaces Reviewed-by: Miikka Heikkinen
-rw-r--r--src/gui/dialogs/qcolordialog.cpp2
-rw-r--r--src/gui/dialogs/qcolordialog_symbian.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp
index 4ef2100..a66a979 100644
--- a/src/gui/dialogs/qcolordialog.cpp
+++ b/src/gui/dialogs/qcolordialog.cpp
@@ -1968,7 +1968,7 @@ extern QColor qtSymbianGetColor(const QColor &initial);
The \a options argument allows you to customize the dialog.
- On Symbian, this static function will use the native color dialog and not a QColorDialog.
+ On Symbian, this static function will use the native color dialog and not a QColorDialog.
On Symbian the parameters \a title and \a parent has no relevance and the
\a options parameter is only used to define if the native color dialog is
used or not.
diff --git a/src/gui/dialogs/qcolordialog_symbian.cpp b/src/gui/dialogs/qcolordialog_symbian.cpp
index 3f8036c..8f73f7c 100644
--- a/src/gui/dialogs/qcolordialog_symbian.cpp
+++ b/src/gui/dialogs/qcolordialog_symbian.cpp
@@ -79,7 +79,7 @@ QColor launchSymbianColorDialog(QColor initial)
array->AppendL(KRgbGray);
array->AppendL(KRgbWhite);
- TRgb initialColour(initial.red(), initial.green(), initial.blue(), initial.alpha());
+ TRgb initialColour(initial.red(), initial.green(), initial.blue(), initial.alpha());
TBool noneChosen = EFalse; // If true shows the default colour button
CAknColourSelectionGrid* colourSelectionGrid =