contentstorage/caclient/src/caqtsfhandlerloader.cpp
changeset 109 e0aa398e6810
parent 103 b99b84bcd2d1
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    52 /*!
    52 /*!
    53     Load plugins for command handling.
    53     Load plugins for command handling.
    54 */
    54 */
    55 void CaQtSfHandlerLoader::registerPlugins() const
    55 void CaQtSfHandlerLoader::registerPlugins() const
    56 {
    56 {
    57     const QString pluginPath("hsresources/plugins/commandhandler");
    57     const QString pluginPath("/resource/qt/plugins/commandhandler");
    58     const QFileInfoList drives = QDir::drives();
    58     const QFileInfoList drives = QDir::drives();
    59     
    59     
    60     foreach (QFileInfo drive, drives) {
    60     foreach (QFileInfo drive, drives) {
    61         const QString driveLetter = drive.absolutePath();
    61         const QString driveLetter = drive.absolutePath();
    62         const QString pluginAbsolutePath = driveLetter + pluginPath;
    62         const QString pluginAbsolutePath = driveLetter + pluginPath;