From 525f330420d6f3b112dbae36c2fb9769265321a8 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sat, 15 Jul 2023 16:46:26 -0500 Subject: Fix up some Qt signals. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of the signals we’re using aren’t supported or working in Qt 6. Refactor for things that are working and documented. --- quacker/quacker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quacker/quacker.h') diff --git a/quacker/quacker.h b/quacker/quacker.h index c33de29..8a81cf4 100644 --- a/quacker/quacker.h +++ b/quacker/quacker.h @@ -216,7 +216,7 @@ protected slots: void updateSimViews(); // simulator settings: - void pliesSet(const QString &plyString); + void pliesSet(int plyIndex); void ignoreOpposChanged(); void updatePliesCombo(); void logfileEnabled(bool on); -- cgit v1.2.3