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-03 17:11:17 +0900 |
commit | d03fd4942f7977417ee8de13c05904434f9c126b (patch) | |
tree | 1a1378a6390c6d75ad17a04abacb49663f01cb5b /kreversi | |
parent | d6118d8a635f3686b0dbb2ea559fbfb8d9550a22 (diff) | |
download | tdegames-d03fd4942f7977417ee8de13c05904434f9c126b.tar.gz tdegames-d03fd4942f7977417ee8de13c05904434f9c126b.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |