diff options
author | saturneric <[email protected]> | 2024-04-12 09:14:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-12 09:14:37 +0000 |
commit | 26e24222e434036e5ec13f8ec99b958faf325154 (patch) | |
tree | 2a7145ae6f480713a529a20a29a90de4c436c399 /src/ui/dialog/help/AboutDialog.h | |
parent | fix: find and solve some issues on module management (diff) | |
download | GpgFrontend-26e24222e434036e5ec13f8ec99b958faf325154.tar.gz GpgFrontend-26e24222e434036e5ec13f8ec99b958faf325154.zip |
feat: add auto activate function and optimums for some structures
Diffstat (limited to 'src/ui/dialog/help/AboutDialog.h')
-rw-r--r-- | src/ui/dialog/help/AboutDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h index 86576123..6d152afb 100644 --- a/src/ui/dialog/help/AboutDialog.h +++ b/src/ui/dialog/help/AboutDialog.h @@ -120,7 +120,7 @@ class AboutDialog : public GeneralDialog { * @param defaultIndex * @param parent */ - explicit AboutDialog(int defaultIndex, QWidget* parent); + explicit AboutDialog(const QString& default_tab_name, QWidget* parent); protected: /** |