diff options
author | Janne Koskinen <janne.p.koskinen@digia.com> | 2010-11-23 10:30:02 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2010-11-23 10:30:02 (GMT) |
commit | b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5 (patch) | |
tree | b59a3844908524b7b08b5e20e67d48e44fa0733a /src/gui/dialogs | |
parent | 9d9ecb86b80a57e5dcfafb71dc289ca62f64371a (diff) | |
download | Qt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.zip Qt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.tar.gz Qt-b5e5d6b39c01c4a3962d07d79c025c16aa1c24a5.tar.bz2 |
Fix spaces
Remove extra spaces
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qcolordialog.cpp | 2 | ||||
-rw-r--r-- | src/gui/dialogs/qcolordialog_symbian.cpp | 2 |
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 = |