From 2f2f4edb3d18206981682b38fa3f21a32d43de1d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 7 Feb 2024 11:07:16 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro (cherry picked from commit 37ad15ad2c77711db7c9c4bbd62d5a1cb5749abc) --- languages/python/app_templates/pyqt/templates-ui-mainwin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/python') diff --git a/languages/python/app_templates/pyqt/templates-ui-mainwin b/languages/python/app_templates/pyqt/templates-ui-mainwin index 5ce4dec8..62d6d51a 100644 --- a/languages/python/app_templates/pyqt/templates-ui-mainwin +++ b/languages/python/app_templates/pyqt/templates-ui-mainwin @@ -400,7 +400,7 @@ helpAbout() - + fileNew() fileOpen() fileSave() @@ -416,6 +416,6 @@ helpIndex() helpContents() helpAbout() - + -- cgit v1.2.3