summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpdatainterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpdatainterface.cpp')
-rw-r--r--src/assistant/help/qhelpdatainterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpdatainterface.cpp b/src/assistant/help/qhelpdatainterface.cpp
index fa3af6fd6..20485c322 100644
--- a/src/assistant/help/qhelpdatainterface.cpp
+++ b/src/assistant/help/qhelpdatainterface.cpp
@@ -103,7 +103,7 @@ QList<QHelpDataContentItem*> QHelpDataContentItem::children() const
bool QHelpDataIndexItem::operator==(const QHelpDataIndexItem & other) const
{
- return (other.name == name)
+ return (other.name == name)
&& (other.reference == reference);
}