diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-03 20:23:31 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-03 20:23:36 -0400 |
| commit | bf38450d476e1629b1165e8f8e23ebf0abc0db63 (patch) | |
| tree | 582e5695567d5ab5f25e88ba8cb6c3bcd9a9a76a /plugins/warp/ui/shared/fetchdialog.h | |
| parent | 22c39b0af205075a3dcc49fe095d2460a1f838f9 (diff) | |
[WARP] Add option to reset allowed tags in fetch dialog
Diffstat (limited to 'plugins/warp/ui/shared/fetchdialog.h')
| -rw-r--r-- | plugins/warp/ui/shared/fetchdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/warp/ui/shared/fetchdialog.h b/plugins/warp/ui/shared/fetchdialog.h index 72591a4c..37bfa0bb 100644 --- a/plugins/warp/ui/shared/fetchdialog.h +++ b/plugins/warp/ui/shared/fetchdialog.h @@ -20,6 +20,7 @@ class WarpFetchDialog : public QDialog QListWidget *m_tagsList; QPushButton *m_addTagBtn; QPushButton *m_removeTagBtn; + QPushButton *m_resetTagBtn; QSpinBox *m_batchSize; QCheckBox *m_rerunMatcher; @@ -40,6 +41,8 @@ private slots: void onRemoveTag(); + void onResetTags(); + void onAccept(); private: |
