equal
deleted
inserted
replaced
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; |