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/lexicondialog.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/lexicondialog.h')
-rw-r--r-- | quacker/lexicondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/lexicondialog.h b/quacker/lexicondialog.h index 4978539..4e18398 100644 --- a/quacker/lexicondialog.h +++ b/quacker/lexicondialog.h @@ -54,7 +54,7 @@ protected slots: void parametersChanged(const QString &) { updateLexiconInformation(); }; void deleteLexicon(); void addWordsFromFile(); - void alphabetChanged(const QString &); + void alphabetChanged(int); void loadOriginalDictionary(); protected: |