[frameworks/kwidgetsaddons] src: KUrlLabel: fix default value of useCursor flag to match docs & used corsor

Friedrich W. H. Kossebau <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit c6d41d8d687060e25b95bdbea817cc01efb966af by Friedrich W. H. Kossebau.
Committed on 20/07/2026 at 06:16.
Pushed by kossebau into branch 'master'.

KUrlLabel: fix default value of useCursor flag to match docs & used corsor

M  +1    -1    src/kurllabel.cpp

https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/c6d41d8d687060e25b95bdbea817cc01efb966af

diff --git a/src/kurllabel.cpp b/src/kurllabel.cpp
index e68e1ba3..067a392b 100644
--- a/src/kurllabel.cpp
+++ b/src/kurllabel.cpp
@@ -24,7 +24,7 @@ public:
         , textUnderlined(true)
         , realUnderlined(true)
         , useTips(false)
-        , useCursor(false)
+        , useCursor(true)
         , glowEnabled(true)
         , floatEnabled(false)
         , timer(new QTimer(parent))
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.