Skip to content

Minor bug fixes

Viktor Verebelyi requested to merge viktorgino/bluez-qt:master into master

When I tried to build this project using a different build system I got the following errors:

  • Missing includes in 2 files
  • These QString concatenations in request.cpp : QString() % QStringLiteral()

This PR fixes those

Merge request reports