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 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__*/ |