Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aualin:kde
kdeaddons3
kdeaddons-fix-build-failure-with-clang.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdeaddons-fix-build-failure-with-clang.patch of Package kdeaddons3
diff -Naru kdeaddons-3.5.10_orig/konq-plugins/domtreeviewer/domtreecommands.cpp kdeaddons-3.5.10/konq-plugins/domtreeviewer/domtreecommands.cpp --- kdeaddons-3.5.10_orig/konq-plugins/domtreeviewer/domtreecommands.cpp 2005-10-10 23:53:13.000000000 +0900 +++ kdeaddons-3.5.10/konq-plugins/domtreeviewer/domtreecommands.cpp 2022-10-25 15:57:44.415124137 +0900 @@ -79,14 +79,18 @@ // == ChangedNodeSet ================================================ -namespace domtreeviewer { +namespace DOM { -// collection of nodes for which to emit the nodeChanged signal inline static bool operator <(const DOM::Node &n1, const DOM::Node &n2) { return (long)n1.handle() - (long)n2.handle() < 0; } +} + +namespace domtreeviewer { + +// collection of nodes for which to emit the nodeChanged signal class ChangedNodeSet : public QMap<DOM::Node, bool> { };
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor