diff options
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index 36c3eb4..ed19e4e 100644 --- a/archiveview.h +++ b/archiveview.h @@ -144,6 +144,9 @@ class MappingEditorWidget : public QWidget { void setCurrentItems(const QStringList &items); QStringList items() const; + public slots: + void clear(); + private slots: void addItem(); void removeItem(); @@ -157,6 +160,7 @@ class MappingEditorWidget : public QWidget { QLineEdit *mEditor; QCompleter *mCompleter; QStringListModel *mCompleterModel; + QString mCaption; }; /* dialog putting MappingEditorWidget and |