git-svn-id: svn://db.shs.com.ru/libs@364 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ProjectFilesystemPlugin {
|
|||||||
{
|
{
|
||||||
Utils::globalMacroExpander()->registerPrefix("ProjectFilesystem", "Project filesystem plugin", [](QString v) -> QString {return v;} );
|
Utils::globalMacroExpander()->registerPrefix("ProjectFilesystem", "Project filesystem plugin", [](QString v) -> QString {return v;} );
|
||||||
Utils::globalMacroExpander()->registerFileVariables("ProjectFilesystem", "Selected item",
|
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
|
// Retrieve objects from the plugin manager's object pool
|
||||||
// In the extensionsInitialized function, a plugin can be sure that all
|
// In the extensionsInitialized function, a plugin can be sure that all
|
||||||
// plugins that depend on it are completely initialized.
|
// plugins that depend on it are completely initialized.
|
||||||
|
|||||||
Reference in New Issue
Block a user