14 lines
684 B
Plaintext
14 lines
684 B
Plaintext
$OpenBSD: patch-include_qregion_h,v 1.1 2004/03/14 22:27:39 pvalchev Exp $
|
|
--- include/qregion.h.orig 2004-03-14 14:55:13.000000000 -0700
|
|
+++ include/qregion.h 2004-03-14 14:55:23.000000000 -0700
|
|
@@ -70,9 +70,6 @@ public:
|
|
// case someone is using #define xor ^ to work around deficiencies in
|
|
// their compiler that cause problems with some other header files.
|
|
//
|
|
-#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && !defined(xor)
|
|
- QRegion xor( const QRegion & ) const;
|
|
-#endif
|
|
QRegion eor( const QRegion & ) const;
|
|
|
|
QRect boundingRect() const;
|