[network/ruqola] src/widgets: Return false for tooltip support

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 30a967b8e913665a3254d0aba1bea1db1ca56dc6 by Laurent Montel.
Committed on 13/08/2026 at 16:37.
Pushed by mlaurent into branch 'master'.

Return false for tooltip support

M  +1    -1    src/widgets/administratordialog/moderationconsole/moderationreportinfodelegate.cpp
M  +1    -1    src/widgets/bannerinfodialog/bannerinfolistviewdelegate.cpp
M  +1    -1    src/widgets/discussions/discussion/listdiscussiondelegate.cpp
M  +1    -1    src/widgets/notificationhistory/notificationhistorydelegate.cpp
M  +1    -1    src/widgets/servererrorinfohistory/servererrorinfohistorydelegate.cpp

https://invent.kde.org/network/ruqola/-/commit/30a967b8e913665a3254d0aba1bea1db1ca56dc6

diff --git a/src/widgets/administratordialog/moderationconsole/moderationreportinfodelegate.cpp b/src/widgets/administratordialog/moderationconsole/moderationreportinfodelegate.cpp
index 918d5c3e69..2a36d6b934 100644
--- a/src/widgets/administratordialog/moderationconsole/moderationreportinfodelegate.cpp
+++ b/src/widgets/administratordialog/moderationconsole/moderationreportinfodelegate.cpp
@@ -213,7 +213,7 @@ bool ModerationReportInfoDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractIte
         QToolTip::showText(helpEvent->globalPos(), formattedTooltip, view);
         return true;
     }
-    return true;
+    return false;
 }
 
 QPoint ModerationReportInfoDelegate::adaptMousePosition(const QPoint &pos, QRect textRect, [[maybe_unused]] const QStyleOptionViewItem &option)
diff --git a/src/widgets/bannerinfodialog/bannerinfolistviewdelegate.cpp b/src/widgets/bannerinfodialog/bannerinfolistviewdelegate.cpp
index 10f6074125..5cd40d7884 100644
--- a/src/widgets/bannerinfodialog/bannerinfolistviewdelegate.cpp
+++ b/src/widgets/bannerinfodialog/bannerinfolistviewdelegate.cpp
@@ -115,7 +115,7 @@ bool BannerInfoListViewDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractItemV
         QToolTip::showText(helpEvent->globalPos(), formattedTooltip, view);
         return true;
     }
-    return true;
+    return false;
 }
 
 bool BannerInfoListViewDelegate::mouseEvent(QEvent *event, const QStyleOptionViewItem &option, const QModelIndex &index)
diff --git a/src/widgets/discussions/discussion/listdiscussiondelegate.cpp b/src/widgets/discussions/discussion/listdiscussiondelegate.cpp
index 600280b386..b3a79d9206 100644
--- a/src/widgets/discussions/discussion/listdiscussiondelegate.cpp
+++ b/src/widgets/discussions/discussion/listdiscussiondelegate.cpp
@@ -149,7 +149,7 @@ bool ListDiscussionDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractItemView
         QToolTip::showText(helpEvent->globalPos(), formattedTooltip, view);
         return true;
     }
-    return true;
+    return false;
 }
 
 bool ListDiscussionDelegate::mouseEvent(QEvent *event, const QStyleOptionViewItem &option, const QModelIndex &index)
diff --git a/src/widgets/notificationhistory/notificationhistorydelegate.cpp b/src/widgets/notificationhistory/notificationhistorydelegate.cpp
index 81970a93fe..34e4dcb8df 100644
--- a/src/widgets/notificationhistory/notificationhistorydelegate.cpp
+++ b/src/widgets/notificationhistory/notificationhistorydelegate.cpp
@@ -285,7 +285,7 @@ bool NotificationHistoryDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractItem
         QToolTip::showText(helpEvent->globalPos(), formattedTooltip, view);
         return true;
     }
-    return true;
+    return false;
 }
 
 QPoint NotificationHistoryDelegate::adaptMousePosition(const QPoint &pos, QRect textRect, [[maybe_unused]] const QStyleOptionViewItem &option)
diff --git a/src/widgets/servererrorinfohistory/servererrorinfohistorydelegate.cpp b/src/widgets/servererrorinfohistory/servererrorinfohistorydelegate.cpp
index 71073eec22..604f349e49 100644
--- a/src/widgets/servererrorinfohistory/servererrorinfohistorydelegate.cpp
+++ b/src/widgets/servererrorinfohistory/servererrorinfohistorydelegate.cpp
@@ -195,7 +195,7 @@ bool ServerErrorInfoHistoryDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractI
         QToolTip::showText(helpEvent->globalPos(), formattedTooltip, view);
         return true;
     }
-    return true;
+    return false;
 }
 
 QPoint ServerErrorInfoHistoryDelegate::adaptMousePosition(const QPoint &pos, QRect textRect, [[maybe_unused]] const QStyleOptionViewItem &option)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.