Fixes to imobiledeviceconnection support

This commit is contained in:
Jonas Kvinge
2020-05-29 17:36:01 +02:00
parent 823f65f1ca
commit 6c77294a86
15 changed files with 91 additions and 51 deletions

View File

@@ -38,7 +38,7 @@
class iMobileDeviceConnection {
public:
explicit iMobileDeviceConnection(const QString &uuid);
explicit iMobileDeviceConnection(const QString uuid);
~iMobileDeviceConnection();
afc_client_t afc() { return afc_; }