summaryrefslogtreecommitdiff
path: root/client/widgets/multilist.h
diff options
context:
space:
mode:
authordeva <deva>2009-03-17 14:35:09 +0000
committerdeva <deva>2009-03-17 14:35:09 +0000
commite1430e95969a68d7a62c5e0802fcfd606f0509d9 (patch)
tree2c2424c9be93a10fcfeca1ed25f57a63c880c425 /client/widgets/multilist.h
parentac305d7f0df02add5f991d6d9ff01fc2fc26f02f (diff)
A first shot at making noise when innerwidget has changed, but not added to the multilist.
Diffstat (limited to 'client/widgets/multilist.h')
-rw-r--r--client/widgets/multilist.h3
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__*/