From 72093cef0f7b9f0bd2a6a5bb90cbf889a9701d32 Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Tue, 10 Feb 2004 14:47:12 +0000 Subject: - Upgrade to QCad version 2.0.2.0-1 See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes can save ACAD R12 .DXF Files now - Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh) - Add interim patch for compilation - Change MAINTAINER to my address to faster getting future errlogs Submitted by: Tilman Linneweh (part.) --- cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h (limited to 'cad/qcad/files') diff --git a/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h b/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h new file mode 100644 index 000000000000..c422b77b31ee --- /dev/null +++ b/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h @@ -0,0 +1,9 @@ +--- qcadguiqt/src/ui/qg_commandwidget.ui.h.orig Mon Feb 9 18:16:26 2004 ++++ qcadguiqt/src/ui/qg_commandwidget.ui.h Mon Feb 9 18:17:27 2004 +@@ -130,5 +130,5 @@ + std::string s = errBuf.str(); + if (s.length()!=0) { +- appendHistory(QString("%1").arg(s)); ++ appendHistory(QString("%1").arg(s.c_str())); + } + //std::cout << "processStderr: OK\n"; -- cgit v1.2.3