Skip to content

Commit

Permalink
some debug added for #769
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed May 13, 2022
1 parent 6d23946 commit 3067971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/homeform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,10 @@ void homeform::sortTilesTimeout() { sortTiles(); }

void homeform::deviceConnected(QBluetoothDeviceInfo b) {

qDebug() << "deviceConnected" << bluetoothManager << engine;
if (bluetoothManager)
qDebug() << bluetoothManager->device();

// if the device reconnects in the same session, the tiles shouldn't be created again
static bool first = false;
if (first) {
Expand Down

0 comments on commit 3067971

Please sign in to comment.