summaryrefslogtreecommitdiff
path: root/client/widgets/pushbutton.h
diff options
context:
space:
mode:
authorsenator <senator>2007-10-02 10:09:37 +0000
committersenator <senator>2007-10-02 10:09:37 +0000
commit8dadd3a9f18b6d4e8884862658fe8a1d042f631c (patch)
treee28c16aafcfdb9c76cdc34aeb5c9b1cbdd5d9bbe /client/widgets/pushbutton.h
parent9910c8962ab813ab7d9a04609b689e1d9ae038e0 (diff)
misc minor changes for testing
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r--client/widgets/pushbutton.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h
index 87c768d..b4fde52 100644
--- a/client/widgets/pushbutton.h
+++ b/client/widgets/pushbutton.h
@@ -46,6 +46,11 @@ public slots:
void reset();
void cancel();
+signals:
+ void act_commit();
+ void act_reset();
+ void act_cancel();
+
private:
};