Skip to content
Verified Commit e1ca658a authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Use QString::number instead of QString::asprintf

It's much easier and fixes the MinGW warning
warning: format '%lx' expects argument of type 'long unsigned int', but
argument 2 has type 'WId' {aka 'unsigned int'} [-Wformat=]
parent 9f5f2f1c
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