summaryrefslogtreecommitdiffstats
path: root/opensuse/core/qt3/qt3-warnings.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/qt3/qt3-warnings.diff')
-rw-r--r--opensuse/core/qt3/qt3-warnings.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/opensuse/core/qt3/qt3-warnings.diff b/opensuse/core/qt3/qt3-warnings.diff
deleted file mode 100644
index a67293de3..000000000
--- a/opensuse/core/qt3/qt3-warnings.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/kernel/qimage.h
-===================================================================
---- src/kernel/qimage.h (revision 594273)
-+++ src/kernel/qimage.h (working copy)
-@@ -58,7 +58,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; }
- };