diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-11 17:02:50 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-02-11 12:53:57 -0800 |
commit | 1f80e100bbe54e3ab185f3107debad69f6aceb08 (patch) | |
tree | 4795f8c062ef78c69835dfa14e8818b196dfb438 /smtk-import | |
parent | 1127a425dec2d90240364e3b508e9d26f51e362f (diff) | |
download | subsurface-1f80e100bbe54e3ab185f3107debad69f6aceb08.tar.gz |
Cleanup: fix emits in WinBluetoothDeviceDiscoveryAgent
As far as I know, Qt's emit is defined to nothing.
Thus, the construct "emit(lastError);" is compiled to
"(lastError);", which is a no-op.
Obviously "emit error(lastError)" was meant.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'smtk-import')
0 files changed, 0 insertions, 0 deletions