blob: 31f9567184183822eeb9150960e31211af586657 (
plain)
1
2
3
4
5
6
|
This file contains some caveats to be aware of when writing code that
interacts with the cwidget system.
- Be aware of the use of smart pointers (see README.SMART-POINTERS)
- Be careful to call all cwidget code from the UI thread (see
README.THREADS)
|