diff options
author | Saturneric <[email protected]> | 2022-05-15 08:52:52 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-15 08:52:52 +0000 |
commit | 2400bbc99419f9b9d037e138d47c67de7a3ac532 (patch) | |
tree | af1e770b4b4b8a8fa88c0c1161421b1c944df250 | |
parent | feat: update macOS App Bundle ci (diff) | |
download | GpgFrontend-2400bbc99419f9b9d037e138d47c67de7a3ac532.tar.gz GpgFrontend-2400bbc99419f9b9d037e138d47c67de7a3ac532.zip |
fix: solve heading file include problem.
-rw-r--r-- | src/core/thread/ThreadingModel.h | 6 | ||||
-rw-r--r-- | src/ui/GpgFrontendUI.h | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/core/thread/ThreadingModel.h b/src/core/thread/ThreadingModel.h index ceb2b053..eb6c9039 100644 --- a/src/core/thread/ThreadingModel.h +++ b/src/core/thread/ThreadingModel.h @@ -19,8 +19,10 @@ * 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 * */ diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 9fa9e3a7..4389aa41 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -44,7 +44,7 @@ #include "GpgFrontend.h" #include "core/GpgFrontendCore.h" #include "core/GpgModel.h" -#include "core/Thread/ThreadingModel.h" +#include "core/thread/ThreadingModel.h" #include "ui/GpgFrontendUIExport.h" /** |