Index: sources/storage/RxProfiles.cpp =================================================================== diff -u -r8f4dcc80fadbccfc152b28ea09466a2ab2ee7333 -r4ac90c09e5697ef0239364a888191b7aacf19448 --- sources/storage/RxProfiles.cpp (.../RxProfiles.cpp) (revision 8f4dcc80fadbccfc152b28ea09466a2ab2ee7333) +++ sources/storage/RxProfiles.cpp (.../RxProfiles.cpp) (revision 4ac90c09e5697ef0239364a888191b7aacf19448) @@ -62,12 +62,12 @@ connect(&_importWatcher , SIGNAL(finished()), this , SLOT(onImport())); -// connect(&_DeviceController , SIGNAL(didReadFilesList(const QFileInfoList &)), -// this , SIGNAL(didRxProfileList(const QFileInfoList &))); - connect(&_DeviceController, &Device::DeviceController::didReadFilesList, [=] (const QFileInfoList & vFileList) { - qDebug()<< "1++MEOW++" << vFileList; - emit didRxProfileList(vFileList); - }); + connect(&_DeviceController , SIGNAL(didReadFilesList(const QFileInfoList &)), + this , SIGNAL(didRxProfileList(const QFileInfoList &))); +// connect(&_DeviceController, &Device::DeviceController::didReadFilesList, [=] (const QFileInfoList & vFileList) { +// qDebug()<< "1++MEOW++" << vFileList; +// emit didRxProfileList(vFileList); +// }); } @@ -81,7 +81,8 @@ if(_rxProfilesPath.trimmed().isEmpty()){ _rxProfilesPath = QString("%1%2") .arg(Storage::Rx_Folder_Base ) // TODO: Adjust to be real base path for RX - .arg(Storage::Rx_Folder_Profiles );} + .arg(Storage::Rx_Folder_Profiles ); + } LOG_DEBUG(QString("Rx Profile folder has been set to %1" ).arg(_rxProfilesPath ));