diff options
author | Saturneric <[email protected]> | 2022-02-02 08:20:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-02 08:20:58 +0000 |
commit | 022cf9b0ecbe349a6a8c7a9125e2b11bd3a2d929 (patch) | |
tree | edb857b3176e4098ea55034f6affbdfc0da6eb2d /src/before_exit.cpp | |
parent | <refactor>(src, test): Normalize the naming of partial classes (diff) | |
download | GpgFrontend-022cf9b0ecbe349a6a8c7a9125e2b11bd3a2d929.tar.gz GpgFrontend-022cf9b0ecbe349a6a8c7a9125e2b11bd3a2d929.zip |
<doc, refactor>(src): Clean up the code and add comments
Diffstat (limited to '')
-rw-r--r-- | src/before_exit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp index d8ab8f00..abdf7d62 100644 --- a/src/before_exit.cpp +++ b/src/before_exit.cpp @@ -29,7 +29,7 @@ #include "ui/settings/GlobalSettingStation.h" /** - * @brief + * @brief Actions performed before exiting the application * */ void before_exit() { |