diff options
author | saturneric <[email protected]> | 2024-05-03 14:47:08 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-03 14:47:08 +0000 |
commit | b5f7516f77ef8e0949115ff3ad01f6c7b1658537 (patch) | |
tree | 44378bd4fdaa7c9a278fa7f766f58d709166e0c8 /src/ui/main_window/MainWindowSlotFunction.cpp | |
parent | feat: support theme changing by user (diff) | |
download | GpgFrontend-b5f7516f77ef8e0949115ff3ad01f6c7b1658537.tar.gz GpgFrontend-b5f7516f77ef8e0949115ff3ad01f6c7b1658537.zip |
fix: correct some spelling mistakes
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/MainWindowSlotFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowSlotFunction.cpp b/src/ui/main_window/MainWindowSlotFunction.cpp index 4a95d450..7d50b85a 100644 --- a/src/ui/main_window/MainWindowSlotFunction.cpp +++ b/src/ui/main_window/MainWindowSlotFunction.cpp @@ -262,7 +262,7 @@ void MainWindow::SlotOpenFile(const QString& path) { edit_->SlotOpenFile(path); } -void MainWindow::slot_version_upgrade_nofity() { +void MainWindow::slot_version_upgrade_notify() { GF_UI_LOG_DEBUG( "slot version upgrade notify called, checking version info from rt..."); auto is_loading_done = Module::RetrieveRTValueTypedOrDefault<>( |