summaryrefslogtreecommitdiff
path: root/plugins/warp/ui/shared/fetchdialog.h
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-03-03 07:57:33 -0800
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-03-24 18:46:48 -0700
commit2c358e705bbde855b12780be86ef19501a62dfed (patch)
tree4f3012bdf36c9a0f7de4218790e6e1aa389621ba /plugins/warp/ui/shared/fetchdialog.h
parent7877f7caa3535a7c477c911ddeafdf5bb14ebc14 (diff)
[WARP] Server-side constraint matching
Reduce networked functions by constraining on the returned set of functions on the server
Diffstat (limited to 'plugins/warp/ui/shared/fetchdialog.h')
-rw-r--r--plugins/warp/ui/shared/fetchdialog.h3
1 files changed, 1 insertions, 2 deletions
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<Warp::SourceTag> collectTags() const;
void runBatchedFetch(const std::optional<size_t>& containerIndex, const std::vector<Warp::SourceTag>& allowedTags,
- size_t batchSize, bool rerunMatcher);
+ bool rerunMatcher);
};
void RegisterWarpFetchFunctionsCommand();