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:21 +0900 |
commit | 44f9e1431bdbe91e8763ee7c356b36a256625e48 (patch) | |
tree | ff3d0a185ccb1e622e5d4dd6050c94571b4c0a93 | |
parent | d3ac3acce52668955da3235b2d1c18dad0c0c851 (diff) | |
download | knowit-44f9e1431bdbe91e8763ee7c356b36a256625e48.tar.gz knowit-44f9e1431bdbe91e8763ee7c356b36a256625e48.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 cb16bc4..c23acbd 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: |