From 7e744c07d8867ad8687f874c30f3f651bc53fa89 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 18 Mar 2008 15:13:56 +0000 Subject: removed a couple of printfs --- client/builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/builder.cc') diff --git a/client/builder.cc b/client/builder.cc index 426102b..b30f225 100644 --- a/client/builder.cc +++ b/client/builder.cc @@ -73,7 +73,7 @@ void Builder::recurser(QDomNode xml_node, QWidget *parent) connect(pushbutton, SIGNAL(act_commit()), this, SLOT(commit())); connect(pushbutton, SIGNAL(act_reset()), this, SLOT(reset())); connect(pushbutton, SIGNAL(act_cancel()), this, SLOT(cancel())); - connect(pushbutton, SIGNAL(act_continue()), this, SLOT(cont("fisk"))); + //connect(pushbutton, SIGNAL(act_continue()), this, SLOT(cont("fisk"))); widget = pushbutton; } else if(xml_elem.tagName() == "textedit") { -- cgit v1.2.3