diff options
Diffstat (limited to 'src/ui/GpgFrontendApplication.h')
-rw-r--r-- | src/ui/GpgFrontendApplication.h | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/src/ui/GpgFrontendApplication.h b/src/ui/GpgFrontendApplication.h index 06338bb6..1ec782cf 100644 --- a/src/ui/GpgFrontendApplication.h +++ b/src/ui/GpgFrontendApplication.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric + * Copyright (C) 2021 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -19,15 +19,16 @@ * The initial version of the source code is inherited from * the gpg4usb project, which is under GPL-3.0-or-later. * - * The source code version of this software was modified and released - * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021. + * All the source code of GpgFrontend was modified and released by + * Saturneric <[email protected]> starting on May 12, 2021. + * + * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "ui/GpgFrontendUI.h" -#ifndef GPGFRONTEND_GPGFRONTENDAPPLICATION_H -#define GPGFRONTEND_GPGFRONTENDAPPLICATION_H +#pragma once namespace GpgFrontend::UI { @@ -48,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 @@ -68,5 +60,3 @@ class GPGFRONTEND_UI_EXPORT GpgFrontendApplication : public QApplication { }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_GPGFRONTENDAPPLICATION_H
\ No newline at end of file |