summaryrefslogtreecommitdiffstats
path: root/opensuse/core/qt3/patches/3.5.13.2/qt3-warnings.diff
blob: 870017ded08c90350d7e199b1e060062f041f7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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; }
 };