diff options
author | Saturneric <[email protected]> | 2023-10-25 07:40:43 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-10-25 07:40:43 +0000 |
commit | a23b2fbc707406dec0dd924c089b4285bc7f0010 (patch) | |
tree | 7773e4a3e45a26a38735450f065c637e170f202d /src/ui/main_window/GeneralMainWindow.cpp | |
parent | feat: use module instead of integrated code at version checking task (diff) | |
download | GpgFrontend-a23b2fbc707406dec0dd924c089b4285bc7f0010.tar.gz GpgFrontend-a23b2fbc707406dec0dd924c089b4285bc7f0010.zip |
feat: use rt listen publish event function in main windows' app version upgrade notification
Diffstat (limited to 'src/ui/main_window/GeneralMainWindow.cpp')
-rw-r--r-- | src/ui/main_window/GeneralMainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/GeneralMainWindow.cpp b/src/ui/main_window/GeneralMainWindow.cpp index 6dd94cea..a62d862c 100644 --- a/src/ui/main_window/GeneralMainWindow.cpp +++ b/src/ui/main_window/GeneralMainWindow.cpp @@ -34,7 +34,7 @@ GpgFrontend::UI::GeneralMainWindow::GeneralMainWindow(std::string name, QWidget *parent) - : name_(std::move(name)), QMainWindow(parent) { + : QMainWindow(parent), name_(std::move(name)) { slot_restore_settings(); } |