Index: sources/storage/RxProfilesController.h =================================================================== diff -u -r0bce917e106a0f46af10d6cadb1b7c0d608ca971 -rad6aa5876cbf0afaf1b30a9110557d4e343426dc --- sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 0bce917e106a0f46af10d6cadb1b7c0d608ca971) +++ sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision ad6aa5876cbf0afaf1b30a9110557d4e343426dc) @@ -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); }; }