diff options
author | senator <senator> | 2008-03-24 13:16:38 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-24 13:16:38 +0000 |
commit | 2e87c4608a9fb888fd7669756d8cb457ac305f71 (patch) | |
tree | 3e8ecbf49f42bac36128a3ae24a7c76722677272 /client/widgets/pushbutton.h | |
parent | 885e139e750fa13a581dff70b3d8d91a9170a772 (diff) |
next button now works; listbox isValid check improved; start macro implemented
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index 663be79..4db5952 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -52,7 +52,7 @@ signals: void act_commit(); void act_reset(); void act_cancel(); - void act_continue(); + void act_continue(QString); private: |