| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
- static "new-style" signal->slot connections
- Fix a lot of things Clang-Tidy complained about
- Move includes to .cpp files and use forward decls in .h
- Don't use <QtWidgets> and <QtCore>, but specific includes instead
|
| |
|
|
|
| |
... and helpfully do not print any kind of warning or error. Instead,
accepting SSL connections just silently fails. Isn't this wonderful?
|
| |
|
|
|
|
| |
- Use nullptr instead of NULL for better warnings in case of mistakes
- Get rid of VLAs which are not in C++11 actually
- Fix implicit signed <-> unsigned mismatches by adding checks and casts
|
| | |
|
| |
|
|
|
|
| |
- Add explicit casts
- Comment out unused params
- Remove ignored const return types
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(this also changes filename of the crt ans rsa files, but this shouldn't
be a problem. (formerly the name of those files depended on the name and
location of the ini-files)
|
| | |
|
| |
|