diff options
Diffstat (limited to '')
-rw-r--r-- | src/module/sdk/Basic.h (renamed from test/GpgCoreTest.cpp) | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/test/GpgCoreTest.cpp b/src/module/sdk/Basic.h index 224fad18..62a547b3 100644 --- a/test/GpgCoreTest.cpp +++ b/src/module/sdk/Basic.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric + * Copyright (C) 2021 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -20,13 +20,17 @@ * the gpg4usb project, which is under GPL-3.0-or-later. * * All the source code of GpgFrontend was modified and released by - * Saturneric<[email protected]> starting on May 12, 2021. + * Saturneric <[email protected]> starting on May 12, 2021. * * SPDX-License-Identifier: GPL-3.0-or-later * */ -#include "GpgFrontendTest.h" +#pragma once -// Should be used once and once-only -INITIALIZE_EASYLOGGINGPP +namespace GpgFrontend::Module::SDK { + + + + +}
\ No newline at end of file |