* try to drop text update to main thread instead of concurrent run

* update contributing.md
This commit is contained in:
arcan1s
2015-10-15 16:54:13 +03:00
parent af0dd25b86
commit 2db2de4c27
2 changed files with 6 additions and 9 deletions

View File

@ -119,6 +119,7 @@ Development
* Any project specific build variable should be mentioned inside `version.h` as
well.
* Recommended compiler is `clang`.
HIG
---
@ -211,3 +212,7 @@ Tools
// declare with default value
bool m_prop = false;
```
* Use `cppcheck` to avoid common errors in the code. Refer to `utils` for more
details.
* Use `clang-format` to apply valid code format. Refer to `utils` for more
details.