Add method to return temperature pointer for qml
Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>
Add method to return temperature pointer for qml
Signed-off-by: Lays Rodrigues <lays.rodrigues@kde.org>
| No Linters Available |
| No Unit Test Coverage |
| Buildable 13768 | |
| Build 13786: arc lint + arc unit |
| src/core/atcore.h | ||
|---|---|---|
| 256 | temperature doesn't work because of the shared_ptr. will use the second. | |
| src/core/atcore.h | ||
|---|---|---|
| 256 | This is not needed, Edit the current one to return d->temperature.get() and update the clients to not use get for their calls.. Then everyone gets to save a bit of typing. | |
| src/core/atcore.cpp | ||
|---|---|---|
| 974 | Please add a new line here | |