diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-17 15:47:00 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-17 15:47:00 (GMT) |
commit | 8aff2b3e6f09b446f124b7023485e947ab1bf24b (patch) | |
tree | 8530f5923f3427c1e88402188510df08e917a100 /src/gui/util | |
parent | 01e7389086d4afde33c3e2b1ece9c6d906869e08 (diff) | |
download | Qt-8aff2b3e6f09b446f124b7023485e947ab1bf24b.zip Qt-8aff2b3e6f09b446f124b7023485e947ab1bf24b.tar.gz Qt-8aff2b3e6f09b446f124b7023485e947ab1bf24b.tar.bz2 |
Doc: fix typo
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qcompleter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qcompleter.cpp b/src/gui/util/qcompleter.cpp index ce2eff5..9a99abe 100644 --- a/src/gui/util/qcompleter.cpp +++ b/src/gui/util/qcompleter.cpp @@ -1753,7 +1753,7 @@ QStringList QCompleter::splitPath(const QString& path) const This signal is sent when an item in the popup() is highlighted by the user. It is also sent if complete() is called with the completionMode() - set to QCOmpleter::InlineCompletion. The item's \a text is given. + set to QCompleter::InlineCompletion. The item's \a text is given. */ QT_END_NAMESPACE |