homescreenapp/hsdomainmodel/src/hswidgetcomponentregistry.cpp
changeset 86 e4f038c420f7
parent 81 7dd137878ff8
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
   183         // if it already exists, it's not added
   183         // if it already exists, it's not added
   184         if (reset) {
   184         if (reset) {
   185             mServiceManager.removeService(uri);
   185             mServiceManager.removeService(uri);
   186         }
   186         }
   187         QCoreApplication::addLibraryPath(path);
   187         QCoreApplication::addLibraryPath(path);
   188         mServiceManager.addService(service);
   188         QCoreApplication::addLibraryPath(
       
   189             path[0] + QLatin1String(":/resource/qt/plugins/homescreen"));
       
   190 
       
   191         mServiceManager.addService(service);        
   189     }    
   192     }    
   190 }
   193 }
   191 
   194 
   192 /*!
   195 /*!
   193     Slot to handle entry changes in content service.
   196     Slot to handle entry changes in content service.