From 2c358e705bbde855b12780be86ef19501a62dfed Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 3 Mar 2026 07:57:33 -0800 Subject: [WARP] Server-side constraint matching Reduce networked functions by constraining on the returned set of functions on the server --- plugins/warp/ui/shared/fetchdialog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/warp/ui/shared/fetchdialog.h') diff --git a/plugins/warp/ui/shared/fetchdialog.h b/plugins/warp/ui/shared/fetchdialog.h index c642d31e..72b8c57e 100644 --- a/plugins/warp/ui/shared/fetchdialog.h +++ b/plugins/warp/ui/shared/fetchdialog.h @@ -22,7 +22,6 @@ class WarpFetchDialog : public QDialog QPushButton* m_removeTagBtn; QPushButton* m_resetTagBtn; - QSpinBox* m_batchSize; QCheckBox* m_rerunMatcher; QCheckBox* m_clearProcessed; @@ -51,7 +50,7 @@ private: std::vector collectTags() const; void runBatchedFetch(const std::optional& containerIndex, const std::vector& allowedTags, - size_t batchSize, bool rerunMatcher); + bool rerunMatcher); }; void RegisterWarpFetchFunctionsCommand(); -- cgit v1.3.1