diff options
Diffstat (limited to 'client/widgets/multilist.h')
-rw-r--r-- | client/widgets/multilist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/multilist.h b/client/widgets/multilist.h index cee6ccb..276c1b1 100644 --- a/client/widgets/multilist.h +++ b/client/widgets/multilist.h @@ -48,6 +48,9 @@ public slots: void remove(); void add(); + void enable(); + void disable(); + private: QListWidget *list; QVector< Widget* > widgets; |