From e1430e95969a68d7a62c5e0802fcfd606f0509d9 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 17 Mar 2009 14:35:09 +0000 Subject: A first shot at making noise when innerwidget has changed, but not added to the multilist. --- client/widgets/multilist.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/widgets/multilist.h') diff --git a/client/widgets/multilist.h b/client/widgets/multilist.h index 1e8b4bd..3b0f51e 100644 --- a/client/widgets/multilist.h +++ b/client/widgets/multilist.h @@ -56,6 +56,8 @@ public: void enable(); bool isDisabled(); + bool isValid(); + public slots: void changed(); void remove(); @@ -71,6 +73,7 @@ private: QListWidget *list; Widget *innerwidget; QString format; + bool innerwidget_has_changes; }; #endif/*__PRACRO_MULTILIST_H__*/ -- cgit v1.2.3