diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:54:07 +0900 |
commit | bd2e9436e0b7e544fa058188167291f7c16a02b9 (patch) | |
tree | 8fea21978256d74240c33a1cb92256bf3f49bd68 /kreversi | |
parent | 7b5371d07faead95678641cb890430dd0423f322 (diff) | |
download | tdegames-bd2e9436e0b7e544fa058188167291f7c16a02b9.tar.gz tdegames-bd2e9436e0b7e544fa058188167291f7c16a02b9.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d03fd4942f7977417ee8de13c05904434f9c126b)
Diffstat (limited to 'kreversi')
-rw-r--r-- | kreversi/DESIGN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/DESIGN b/kreversi/DESIGN index 893911af..58758697 100644 --- a/kreversi/DESIGN +++ b/kreversi/DESIGN @@ -71,9 +71,9 @@ Engine QReversiGame The "document" for KReversi. - Handles a game being played and sends Q_SIGNALS to all its views + Handles a game being played and sends signals to all its views when something changes. Basically, the only difference between - this class and the more basic ReversiGame is that it sends Q_SIGNALS + this class and the more basic ReversiGame is that it sends signals to the views. Inherits: ReversiGame The actual game being played |