diff options
author | John Fultz <jfultz@wolfram.com> | 2023-07-15 16:46:26 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2023-07-16 08:29:07 -0500 |
commit | 525f330420d6f3b112dbae36c2fb9769265321a8 (patch) | |
tree | 9c89e1b4a3b2ef647577a9320c514caa0e307cb8 /quacker/quacker.h | |
parent | 9fe15e565708b1efbf2dbc6b6f9dd19d89ff29da (diff) |
Fix up some Qt signals.
Some of the signals we’re using aren’t supported or working
in Qt 6. Refactor for things that are working and
documented.
Diffstat (limited to 'quacker/quacker.h')
-rw-r--r-- | quacker/quacker.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |