Index: sources/storage/RxProfiles.cpp =================================================================== diff -u -r1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30 -rcfd9e173208b5b788ce5caf48a27f717ac7cfb2f --- sources/storage/RxProfiles.cpp (.../RxProfiles.cpp) (revision 1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30) +++ sources/storage/RxProfiles.cpp (.../RxProfiles.cpp) (revision cfd9e173208b5b788ce5caf48a27f717ac7cfb2f) @@ -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 ));