Skip to content
Commit 0492e0b7 authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

Use size_t for qHash return values

Otherwise I get the following error:
```log
plasma-framework/src/plasma/svg.cpp:39:35: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
    std::array<uint, 10> parts = {::qHash(id.width),
                                  ^~~~~~~~~~~~~~~~~
```
parent 64bbfcba
Pipeline #179860 passed with stage
in 3 minutes and 33 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment