This method can be useful when need to update a task file later,
after the task creation.
Change-Id: I42419e4c975e8644335a5f33a7bbf9a7c068322f
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* An include files and forward declarations are sorted in an
alphabetical order.
* Used the 'final' keywords for the methods and classes which
not should be overridden.
* Used the 'auto' and 'explicit' keywords more.
* A class members are initialized in an initializier list.
Change-Id: Ia74783e47aff92467d696d471760b5a97bca3d7a
Reviewed-by: hjk <hjk@qt.io>
The IAR toolchain has a similar output format for different architectures.
This patch are tested for ARM, AVR and MCS51 architectures.
Change-Id: I55f73f9b5ffcd590f61c52fbfd177d7419463af5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>