Index: sources/storage/RxProfilesController.cpp =================================================================== diff -u -r0bce917e106a0f46af10d6cadb1b7c0d608ca971 -rad6aa5876cbf0afaf1b30a9110557d4e343426dc --- sources/storage/RxProfilesController.cpp (.../RxProfilesController.cpp) (revision 0bce917e106a0f46af10d6cadb1b7c0d608ca971) +++ sources/storage/RxProfilesController.cpp (.../RxProfilesController.cpp) (revision ad6aa5876cbf0afaf1b30a9110557d4e343426dc) @@ -327,7 +327,7 @@ for (const QFileInfo fileInfo:vRxProfileList){ vRxProfileDataList.append(initModel(fileInfo)); } - emit didRxProfileList(vRxProfileList); //TODO: change to vRxProfileDataList + emit didRxProfileList(vRxProfileDataList); //TODO: change to vRxProfileDataList } /*!