diff options
author | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-12 02:14:58 +0000 |
commit | 26691b14d7d3294769c1cb0d0e099efd75dcc6c6 (patch) | |
tree | 7e16cb949955e635bada530ba7fd23a43ef8e4bb /src/ui/Attachments.cpp | |
parent | Srouce Files Tidy and Reform (diff) | |
download | GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.tar.gz GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.zip |
File Structure Modified.
Change Headers and Source Files Name.
Modified CMake Structure.
Diffstat (limited to '')
-rw-r--r-- | src/ui/Attachments.cpp (renamed from src/attachments.cpp) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/attachments.cpp b/src/ui/Attachments.cpp index be6ed663..6c242218 100644 --- a/src/attachments.cpp +++ b/src/ui/Attachments.cpp @@ -34,9 +34,7 @@ */ -#include "attachments.h" - -#include <utility> +#include "ui/Attachments.h" Attachments::Attachments(QWidget *parent) : QWidget(parent) { |