Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
qt3-extensions
qt3-warnings.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt3-warnings.diff of Package qt3-extensions
Index: src/kernel/qimage.h =================================================================== --- src/kernel/qimage.h (revision 594273) +++ src/kernel/qimage.h (working copy) @@ -55,7 +55,7 @@ public: QCString lang; bool operator< (const QImageTextKeyLang& other) const - { return key < other.key || key==other.key && lang < other.lang; } + { return key < other.key || (key==other.key && lang < other.lang); } bool operator== (const QImageTextKeyLang& other) const { return key==other.key && lang==other.lang; } };
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