-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/114172/
-----------------------------------------------------------

Review request for Bluedevil and Àlex Fiestas.


Repository: bluedevil


Description
-------

Fix some wrong connection between non-existant signals and slots.

I don't know the right way to fix:
connect(adapter, SIGNAL(devicesChanged(QList<Device*>)), this, 
SLOT(adapterDevicesChanged()));

maybe this way?
connect(adapter, SIGNAL(deviceChanged(Device*)), this, 
SLOT(adapterDevicesChanged()));


Diffs
-----

  src/actionplugins/sendfile/helper/discoverwidget.cpp 84756a3 
  src/kcmodule/bluedevildevices.cpp 68ccdb2 
  src/monolithic/monolithic.cpp 12e1d73 

Diff: http://git.reviewboard.kde.org/r/114172/diff/


Testing
-------


Thanks,

Andrea Scarpino

_______________________________________________
Kde-hardware-devel mailing list
Kde-hardware-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-hardware-devel

Reply via email to