diff options
Diffstat (limited to 'src/ui/dialog/GeneralDialog.cpp')
-rw-r--r-- | src/ui/dialog/GeneralDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/GeneralDialog.cpp b/src/ui/dialog/GeneralDialog.cpp index 63e67b72..7f9a9f92 100644 --- a/src/ui/dialog/GeneralDialog.cpp +++ b/src/ui/dialog/GeneralDialog.cpp @@ -69,7 +69,7 @@ void GpgFrontend::UI::GeneralDialog::slot_restore_settings() noexcept { } } catch (...) { - qCWarning(ui, "error at restoring settings"); + FLOG_W("error at restoring settings"); } } @@ -92,7 +92,7 @@ void GpgFrontend::UI::GeneralDialog::slot_save_settings() noexcept { general_windows_state.Store(window_state.Json()); } catch (...) { - qCWarning(ui) << "general dialog: " << name_ << ", caught exception"; + LOG_W() << "general dialog: " << name_ << ", caught exception"; } } |