filemanager/src/inc/fmutils_win.cpp
changeset 44 22e202702210
parent 41 fc4654ce4fcb
child 48 1bebd60c0f00
equal deleted inserted replaced
41:fc4654ce4fcb 44:22e202702210
   206     } else {
   206     } else {
   207         return FmErrGeneral;
   207         return FmErrGeneral;
   208     }
   208     }
   209 }
   209 }
   210 
   210 
   211 void FmUtils::sendFiles( QStringList &filePathList )
       
   212 {
       
   213     Q_UNUSED( filePathList );
       
   214 }
       
   215 
       
   216 QString FmUtils::getBurConfigPath( QString appPath )
   211 QString FmUtils::getBurConfigPath( QString appPath )
   217 {
   212 {
   218     QFileInfo fileInfo( appPath );
   213     QFileInfo fileInfo( appPath );
   219     QString testString = fileInfo.absolutePath();
   214     QString testString = fileInfo.absolutePath();
   220     QString path = fillPathWithSplash( fileInfo.absolutePath() );
   215     QString path = fillPathWithSplash( fileInfo.absolutePath() );