This commit is contained in:
2019-04-25 16:20:30 +03:00
parent 6c5c15bc3e
commit c36634d58b
9 changed files with 58 additions and 51 deletions

View File

@ -26,3 +26,15 @@ toc: yes
### Qt
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
```