diff options
author | ck <qt-info@nokia.com> | 2010-02-18 10:21:11 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-02-18 10:21:11 (GMT) |
commit | 2e8af9b06f7c25710253e517325644b5fa1ba17f (patch) | |
tree | d74dcd269b03de758fdf1d33862114c441a71c1b /tools/assistant/lib/qhelpsearchindexreader_default.cpp | |
parent | c07f8354bec3c7b6d78f798589119ed0ab4f1332 (diff) | |
download | Qt-2e8af9b06f7c25710253e517325644b5fa1ba17f.zip Qt-2e8af9b06f7c25710253e517325644b5fa1ba17f.tar.gz Qt-2e8af9b06f7c25710253e517325644b5fa1ba17f.tar.bz2 |
Help system: Remove hard-coded qt namespace.
Task-number: QTBUG-7821
Reviewed-by: kh1
Diffstat (limited to 'tools/assistant/lib/qhelpsearchindexreader_default.cpp')
-rw-r--r-- | tools/assistant/lib/qhelpsearchindexreader_default.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/assistant/lib/qhelpsearchindexreader_default.cpp b/tools/assistant/lib/qhelpsearchindexreader_default.cpp index d2241a5..11a50d9 100644 --- a/tools/assistant/lib/qhelpsearchindexreader_default.cpp +++ b/tools/assistant/lib/qhelpsearchindexreader_default.cpp @@ -52,9 +52,8 @@ QT_BEGIN_NAMESPACE -namespace qt { - namespace fulltextsearch { - namespace std { +namespace fulltextsearch { +namespace std { namespace { QStringList split( const QString &str ) @@ -607,8 +606,7 @@ void QHelpSearchIndexReaderDefault::run() emit searchingFinished(hitList.count()); } - } // namespace std - } // namespace fulltextsearch -} // namespace qt +} // namespace std +} // namespace fulltextsearch QT_END_NAMESPACE |