diff options
author | senator <senator> | 2008-03-17 11:29:52 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-17 11:29:52 +0000 |
commit | 96c3b5c064a26b8598943a122d9b6ecbdf1062e9 (patch) | |
tree | d7b11eaa9aa6884f014401df72fb21876c28326c /client/builder.h | |
parent | 5c925e49369e7593a81cd199fb2791c707122cef (diff) |
recent changes, dunno what exactly, but perhaps something with moving on to next dialog by clicking next
Diffstat (limited to 'client/builder.h')
-rw-r--r-- | client/builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/builder.h b/client/builder.h index 586370d..534480f 100644 --- a/client/builder.h +++ b/client/builder.h @@ -47,6 +47,7 @@ public slots: void commit(); void reset(); void cancel(); + void cont(QString name); private: void recurser(QDomNode xml_node, QWidget *parent); |