Index: sources/storage/RxProfilesController.h =================================================================== diff -u -ra3eef4554f2619b7b89822e776032ce8a2b4ca1e -r1f927e37764a81fb6538b5cf7a74d8beacf56aac --- sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision a3eef4554f2619b7b89822e776032ce8a2b4ca1e) +++ sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 1f927e37764a81fb6538b5cf7a74d8beacf56aac) @@ -116,7 +116,7 @@ void didNotification ( const QString &vNotification ); void didFilesList ( const QString &vRxProfileList , const QStringList &vRxProfile ); - void didRxProfileList ( const QFileInfoList &vRxProfileList ); + void didRxProfileList ( const QList &vRxProfileDataList); }; }