summaryrefslogtreecommitdiff
path: root/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h')
-rw-r--r--cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h9
1 files changed, 0 insertions, 9 deletions
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
deleted file mode 100644
index c422b77b31ee..000000000000
--- a/cad/qcad/files/patch-qcadguiqt+src+ui+qg_commandwidget.ui.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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";