contentstorage/caclient/src/caqtsfhandlerloader.cpp
changeset 107 b34d53f6acdf
parent 98 d2f833ab7940
child 127 7b66bc3c6dc9
equal deleted inserted replaced
106:e78d6e055a5b 107:b34d53f6acdf
    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;