git-svn-id: svn://db.shs.com.ru/libs@364 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-03-05 09:36:23 +00:00
parent 44c4a85237
commit ce34dc1cec

View File

@@ -63,7 +63,7 @@ namespace ProjectFilesystemPlugin {
{
Utils::globalMacroExpander()->registerPrefix("ProjectFilesystem", "Project filesystem plugin", [](QString v) -> QString {return v;} );
Utils::globalMacroExpander()->registerFileVariables("ProjectFilesystem", "Selected item",
[]() -> QString { return QDir(projectfs_menu_target.absoluteFilePath()).path();});
[]() -> QString { return projectfs_menu_target.absoluteFilePath();});
// Retrieve objects from the plugin manager's object pool
// In the extensionsInitialized function, a plugin can be sure that all
// plugins that depend on it are completely initialized.