Skip to content

Commit ad8ad16

Browse files
appended by Github Actions
1 parent 8b9ef86 commit ad8ad16

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ Small and portable AES encryption class for Qt. Native support for all key sizes
190190
## folder structure
191191

192192
<!-- readme-tree start -->
193-
194193
```
195194
.
196195
├── .github
@@ -212,17 +211,30 @@ Small and portable AES encryption class for Qt. Native support for all key sizes
212211
│   ├── repo-create_doctoc.yml_
213212
│   ├── repo-create_doctoc_md.yml
214213
│   └── repo-create_tree_readme.yml
214+
├── .gitignore
215215
├── LICENSE
216-
├── LICENSE_Apache-2
217-
├── LICENSE_GPL-2
218-
├── LICENSE_GPL-3
219-
├── LICENSE_MIT
220216
├── README.md
217+
├── src
218+
│   ├── .gitignore
219+
│   ├── CMakeLists.txt
220+
│   ├── configure
221+
│   │   ├── ClangTidy.cmake
222+
│   │   ├── Doxygen.cmake
223+
│   │   ├── extra_headers
224+
│   │   └── rz_config.h.in
225+
│   ├── includes
226+
│   │   ├── cxxopts.hpp
227+
│   │   ├── qaesencryption.cpp
228+
│   │   ├── qaesencryption.h
229+
│   │   ├── rz_config.h
230+
│   │   ├── rz_options.h
231+
│   │   ├── rz_qt-aes.h
232+
│   │   └── rz_snippets.h
233+
│   └── main.cpp
221234
└── tree.bak
222235
223-
6 directories, 21 files
236+
9 directories, 32 files
224237
```
225-
226238
<!-- readme-tree end -->
227239

228240
<p align="right">(<a href="#top">back to top</a>)</p>

0 commit comments

Comments
 (0)