diff options
author | Timo Jyrinki <timo.jyrinki@canonical.com> | 2013-04-08 05:19:35 +0000 |
---|---|---|
committer | Timo Jyrinki <timo.jyrinki@canonical.com> | 2013-04-08 05:19:35 +0000 |
commit | 65c9477a1d48c046a7744738e9dd6101010d46e3 (patch) | |
tree | feb1899ab4bc4aa97371dcf092863cb5c1051b07 | |
parent | 6114fae7001c0173816702108c16bc5fbbea3c9f (diff) | |
download | qtbase-65c9477a1d48c046a7744738e9dd6101010d46e3.tar.gz |
Add DEP-3 to undef_B0.diff
-rw-r--r-- | debian/patches/undef_B0.diff | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/undef_B0.diff b/debian/patches/undef_B0.diff index 62b3d57..8be1571 100644 --- a/debian/patches/undef_B0.diff +++ b/debian/patches/undef_B0.diff @@ -1,3 +1,12 @@ +Description: Undefine B0 macro defined also in the glibc headers + Undefined B0 in qpagedpaintdevice.h too (already done in qprinter.h). + No comment on using two letter capital identifiers as enum values in + a public API. +Author: Matthias Klose <matthias.klose@canonical.com> +Author: Shawn Rutledge <shawn.rutledge@digia.com> +Forwarded: https://codereview.qt-project.org/#change,48368 +Last-Update: 2013-04-08 + Index: qtbase-opensource-src-5.0.1+dfsg/src/gui/painting/qpagedpaintdevice.h =================================================================== --- qtbase-opensource-src-5.0.1+dfsg.orig/src/gui/painting/qpagedpaintdevice.h 2013-01-29 12:03:00.000000000 -0700 |