diff options
author | Saturn&Eric <[email protected]> | 2021-07-12 09:23:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-12 09:23:37 +0000 |
commit | 1ccc36606b9e4238ea24f36756c5ab3ad43453fe (patch) | |
tree | 72043033991b643a2cce437f22497a961d73a745 /src/ui/main_window/MainWindowSlotUI.cpp | |
parent | Update Documents; (diff) | |
parent | Project structure adjustment; (diff) | |
download | GpgFrontend-1ccc36606b9e4238ea24f36756c5ab3ad43453fe.tar.gz GpgFrontend-1ccc36606b9e4238ea24f36756c5ab3ad43453fe.zip |
Merge pull request #10 from saturneric/developv1.1.3
Develop Version 1.1.3
Diffstat (limited to 'src/ui/main_window/MainWindowSlotUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowSlotUI.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowSlotUI.cpp b/src/ui/main_window/MainWindowSlotUI.cpp index 189ead53..d95a9bfe 100644 --- a/src/ui/main_window/MainWindowSlotUI.cpp +++ b/src/ui/main_window/MainWindowSlotUI.cpp @@ -25,7 +25,11 @@ #include "MainWindow.h" void MainWindow::slotAbout() { - new AboutDialog(this); + new AboutDialog(0, this); +} + +void MainWindow::slotCheckUpdate() { + new AboutDialog(2, this); } void MainWindow::slotSetStatusBarText(const QString &text) { |