diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-07-13 09:22:38 (GMT) |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-08-06 14:10:53 (GMT) |
commit | 209c017333fea9827fd20c7f8d23721bd8a6ee43 (patch) | |
tree | 09c0dd03ba0e9b1e2f403e1ad59c785102814ef2 /src/gui/widgets/qcombobox.cpp | |
parent | 4fd04190ab3800fde261293acd4bcf11cf449dee (diff) | |
download | Qt-209c017333fea9827fd20c7f8d23721bd8a6ee43.zip Qt-209c017333fea9827fd20c7f8d23721bd8a6ee43.tar.gz Qt-209c017333fea9827fd20c7f8d23721bd8a6ee43.tar.bz2 |
Translation work for 4.7
validating and adding some french translations.
Plus all the fixes from Gabriel's extensive review.
Doc: Fix a typo
Reviewed-by: gabi
Diffstat (limited to 'src/gui/widgets/qcombobox.cpp')
-rw-r--r-- | src/gui/widgets/qcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qcombobox.cpp b/src/gui/widgets/qcombobox.cpp index dcc328f..917a325 100644 --- a/src/gui/widgets/qcombobox.cpp +++ b/src/gui/widgets/qcombobox.cpp @@ -910,7 +910,7 @@ QComboBox::QComboBox(bool rw, QWidget *parent, const char *name) interaction. The highlighted() signal is emitted when the user highlights an item in the combobox popup list. All three signals exist in two versions, one with a QString argument and one with an - \c int argument. If the user selectes or highlights a pixmap, only + \c int argument. If the user selects or highlights a pixmap, only the \c int signals are emitted. Whenever the text of an editable combobox is changed the editTextChanged() signal is emitted. |