filemanager/src/inc/fmutils_s60.cpp
changeset 44 22e202702210
parent 41 fc4654ce4fcb
child 48 1bebd60c0f00
equal deleted inserted replaced
41:fc4654ce4fcb 44:22e202702210
    38 
    38 
    39 #include <xqappmgr.h>
    39 #include <xqappmgr.h>
    40 #include <XQConversions>
    40 #include <XQConversions>
    41 #include <xqaiwrequest.h>
    41 #include <xqaiwrequest.h>
    42 
    42 
    43 #include <shareui.h>
       
    44 #include <hbglobal.h>
    43 #include <hbglobal.h>
    45 #include <hbdirectorynamelocalizer.h>
    44 #include <hbdirectorynamelocalizer.h>
    46 
    45 
    47 #define BURCONFIGFILE  "z:/private/2002BCC0/burconfig.xml"
    46 #define BURCONFIGFILE  "z:/private/2002BCC0/burconfig.xml"
    48 
    47 
   773     delete request;
   772     delete request;
   774     return FmErrNone;
   773     return FmErrNone;
   775 }
   774 }
   776 
   775 
   777 /*!
   776 /*!
   778     Send files( \a filePathList ) with share ui.
       
   779 */
       
   780 void FmUtils::sendFiles( QStringList &filePathList )
       
   781 {
       
   782     ShareUi shareui;
       
   783     shareui.send( filePathList, false );
       
   784 }
       
   785 
       
   786 /*!
       
   787     return path for backup restore config file.
   777     return path for backup restore config file.
   788     Currently \a appPath is not used.
   778     Currently \a appPath is not used.
   789 */
   779 */
   790 QString FmUtils::getBurConfigPath( QString appPath )
   780 QString FmUtils::getBurConfigPath( QString appPath )
   791 {
   781 {