aboutsummaryrefslogtreecommitdiffstats
path: root/cad/qfsm/files/patch-src::GState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qfsm/files/patch-src::GState.cpp')
-rw-r--r--cad/qfsm/files/patch-src::GState.cpp30
1 files changed, 2 insertions, 28 deletions
diff --git a/cad/qfsm/files/patch-src::GState.cpp b/cad/qfsm/files/patch-src::GState.cpp
index 6b8e2531609..8d03cd8fc72 100644
--- a/cad/qfsm/files/patch-src::GState.cpp
+++ b/cad/qfsm/files/patch-src::GState.cpp
@@ -1,5 +1,5 @@
---- src/GState.cpp.orig 2004-11-21 14:48:41.000000000 +0100
-+++ src/GState.cpp 2007-08-02 14:07:00.000000000 +0200
+--- src/GState.cpp.orig Fri Aug 17 05:05:36 2007
++++ src/GState.cpp Wed Oct 3 14:33:54 2007
@@ -16,7 +16,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -9,29 +9,3 @@
#include <qpen.h>
#include <qbrush.h>
-@@ -196,9 +196,9 @@
- t->getCPoint2(c2x, c2y);
- info = t->getInfo();
-
-- qDebug("Adresse: %d", (int)t);
-- qDebug("Start: %d", (int)t->getStart());
-- qDebug("Ende: %d", (int)t->getEnd());
-+ qDebug("Adresse: %d", (intptr_t)t);
-+ qDebug("Start: %d", (intptr_t)t->getStart());
-+ qDebug("Ende: %d", (intptr_t)t->getEnd());
- qDebug("Inputs: %s", info->getInputsStrBin(/*numin*/).latin1());
- qDebug("Outputs: %s", info->getOutputsStrBin(/*numout*/).latin1());
- qDebug(" ");
-@@ -215,9 +215,9 @@
- t->getCPoint2(c2x, c2y);
- info = t->getInfo();
-
-- qDebug("Adresse: %d", (int)t);
-- qDebug("Start: %d", (int)t->getStart());
-- qDebug("Ende: %d", (int)t->getEnd());
-+ qDebug("Adresse: %d", (intptr_t)t);
-+ qDebug("Start: %d", (intptr_t)t->getStart());
-+ qDebug("Ende: %d", (intptr_t)t->getEnd());
- qDebug("Inputs: %s", info->getInputsStrBin(/*numin*/).latin1());
- qDebug("Outputs: %s", info->getOutputsStrBin(/*numout*/).latin1());
- qDebug(" ");