diff options
author | saturneric <[email protected]> | 2023-12-13 10:01:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-13 10:01:06 +0000 |
commit | 42264ed0d7a3c91fbe9f307984964ffc9e5fe65c (patch) | |
tree | a3ddecbd6ad723e42d68cc2c5aed7a88c4e242a3 /src/ui/GpgFrontendApplication.h | |
parent | feat: move test to src and add submodule googletest (diff) | |
download | GpgFrontend-42264ed0d7a3c91fbe9f307984964ffc9e5fe65c.tar.gz GpgFrontend-42264ed0d7a3c91fbe9f307984964ffc9e5fe65c.zip |
refactor: improve the structure of main,core and test module
Diffstat (limited to 'src/ui/GpgFrontendApplication.h')
-rw-r--r-- | src/ui/GpgFrontendApplication.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/GpgFrontendApplication.h b/src/ui/GpgFrontendApplication.h index 76bef259..1ec782cf 100644 --- a/src/ui/GpgFrontendApplication.h +++ b/src/ui/GpgFrontendApplication.h @@ -49,15 +49,6 @@ class GPGFRONTEND_UI_EXPORT GpgFrontendApplication : public QApplication { */ ~GpgFrontendApplication() override = default; - /** - * @brief Get the GpgFrontend Application object - * - * @return GpgFrontendApplication* - */ - static GpgFrontendApplication *GetInstance(int argc = 0, - char *argv[] = nullptr, - bool new_instance = false); - protected: /** * @brief |