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/lexicondialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quacker/lexicondialog.h') 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: -- cgit v1.2.3