qthighway/xqservice/src/xqappmgr_p.cpp
changeset 14 6fbed849b4f4
parent 8 71781823f776
child 24 9d760f716ca8
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
   526                 result.append(fs);
   526                 result.append(fs);
   527             }
   527             }
   528         }
   528         }
   529     }
   529     }
   530 
   530 
       
   531     if (result.isEmpty())
       
   532     {
       
   533         // No service support present, try using the MIME handlers via old way
       
   534         return mimeHandlers;
       
   535     }
   531     return result;
   536     return result;
   532 }
   537 }