summaryrefslogtreecommitdiffstats
path: root/listeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'listeditor.h')
-rw-r--r--listeditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/listeditor.h b/listeditor.h
index a4f61fa..634fb15 100644
--- a/listeditor.h
+++ b/listeditor.h
@@ -21,6 +21,9 @@ class ListEditor : public QWidget {
ListEditor(ListModel *model, QWidget *parent = 0);
ListEditor() {};
+ signals:
+ void itemAdded(const QString &);
+
private slots:
void addItem();
void removeItem();