summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-12-09 12:21:23 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-12-09 12:48:33 (GMT)
commit6744e241ee41a50b02a76e3e755ec448676589a4 (patch)
treebb4e02d0f0a3f84ff29768a11287fa56753be163 /tools
parent1cfa8d81f04e02860df85a3b7acf41974982adae (diff)
downloadQt-6744e241ee41a50b02a76e3e755ec448676589a4.zip
Qt-6744e241ee41a50b02a76e3e755ec448676589a4.tar.gz
Qt-6744e241ee41a50b02a76e3e755ec448676589a4.tar.bz2
Compile with QT_NO_DEPRECATED
uses of QT_DEPRECATED must be protected by #ifdef Task-number: QTBUG-6649 Reviewed-by: João Abecasis
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/lib/qhelpsearchengine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/assistant/lib/qhelpsearchengine.h b/tools/assistant/lib/qhelpsearchengine.h
index 21f04c5..632ac0b 100644
--- a/tools/assistant/lib/qhelpsearchengine.h
+++ b/tools/assistant/lib/qhelpsearchengine.h
@@ -86,7 +86,9 @@ public:
QHelpSearchQueryWidget* queryWidget();
QHelpSearchResultWidget* resultWidget();
+#ifdef QT_DEPRECATED
QT_DEPRECATED int hitsCount() const;
+#endif
int hitCount() const;
typedef QPair<QString, QString> SearchHit;