summaryrefslogtreecommitdiff
path: root/client/builder.cc
diff options
context:
space:
mode:
authorsenator <senator>2008-03-18 15:13:56 +0000
committersenator <senator>2008-03-18 15:13:56 +0000
commit7e744c07d8867ad8687f874c30f3f651bc53fa89 (patch)
tree9630c4d9bd9172cfd2927b3ba6a379a6df2c1d43 /client/builder.cc
parentc342f67900ef8828299cbed9965d5a860f139b7c (diff)
removed a couple of printfs
Diffstat (limited to 'client/builder.cc')
-rw-r--r--client/builder.cc2
1 files changed, 1 insertions, 1 deletions
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") {