diff options
Diffstat (limited to '')
-rw-r--r-- | src/before_exit.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp index d8af7e98..d8ab8f00 100644 --- a/src/before_exit.cpp +++ b/src/before_exit.cpp @@ -28,6 +28,10 @@ #include "ui/settings/GlobalSettingStation.h" +/** + * @brief + * + */ void before_exit() { LOG(INFO) << "called"; GpgFrontend::UI::GlobalSettingStation::GetInstance().ResetRootCerts(); |