Commit 382bf8f2 authored by Thiago Macieira's avatar Thiago Macieira Committed by Alex Blasche
Browse files

Correct the use of QString::arg


It returns an updated QString, without modifying the variable it was
called on. Found by Clang when building:

qbluetoothsocket_bluez.cpp:255:17: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]

Change-Id: I27b55fdf514247549455fffd14b1795de236d488
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
parent b20ebe24
Showing with 4 additions and 4 deletions
Supports Markdown
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