From 63c2fcedcd98caf7979bc4797029cbcb32433a5a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 2 Feb 2024 11:25:41 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro --- chalk/core/createdcop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/core') diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py index 00269818..ffe9a9d6 100755 --- a/chalk/core/createdcop.py +++ b/chalk/core/createdcop.py @@ -99,7 +99,7 @@ def parseHeader(headerfile, classname): line.startswith("TQ_OBJECT") or line.startswith("#") or line.startswith("}") or - line.startswith("public Q_SLOTS:") or + line.startswith("public slots:") or line.find("~") != -1 or len(line) == 0 ): -- cgit v1.2.1