qthighway/xqservice/src/xqappmgr_p.cpp
changeset 14 6fbed849b4f4
parent 8 71781823f776
child 24 9d760f716ca8
--- a/qthighway/xqservice/src/xqappmgr_p.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qthighway/xqservice/src/xqappmgr_p.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -528,5 +528,10 @@
         }
     }
 
+    if (result.isEmpty())
+    {
+        // No service support present, try using the MIME handlers via old way
+        return mimeHandlers;
+    }
     return result;
 }