diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 12:43:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 09:12:40 +0900 |
commit | 8a376c8b5eba45832e8cfd708428a4b7d0fefd25 (patch) | |
tree | 443e4dd84f3bcd506fe6eed5909a75656e8ed453 | |
parent | c3908e08044d5578b6f88f89942a5de64c69eb49 (diff) | |
download | knowit-r14.1.x.tar.gz knowit-r14.1.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44f9e1431bdbe91e8763ee7c356b36a256625e48)
-rw-r--r-- | src/knowitapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowitapp.h b/src/knowitapp.h index 417b1e2..8bdea9a 100644 --- a/src/knowitapp.h +++ b/src/knowitapp.h @@ -35,7 +35,7 @@ public: * @param sm The TQSessionManager object. */ virtual void commitData(TQSessionManager& sm); - /** Returns TRUE if the Application is closed by the session manager. */ + /** Returns true if the Application is closed by the session manager. */ bool closeByLogout() {return(mcloseByLogout);} private: |