From bb103d009ea3ff54f9eee29633b6c3344934ad8b Mon Sep 17 00:00:00 2001 From: in1tiate Date: Thu, 1 Apr 2021 13:12:20 -0500 Subject: [PATCH] dox --- include/aoclient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/aoclient.h b/include/aoclient.h index 069ccf0..214189c 100644 --- a/include/aoclient.h +++ b/include/aoclient.h @@ -125,6 +125,8 @@ class AOClient : public QObject { /** * @brief The internal name of the character the client is iniswapped to. + * + * @note This will be the same as current_char if the client is not iniswapped. */ QString current_iniswap;