From ce34dc1cec65d669ef6f8ae84cb6bf05819eadc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Mon, 5 Mar 2018 09:36:23 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@364 a8b55f48-bf90-11e4-a774-851b48703e85 --- project_fs/projectfilesystemplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_fs/projectfilesystemplugin.cpp b/project_fs/projectfilesystemplugin.cpp index 26f4a9a..a9d912c 100644 --- a/project_fs/projectfilesystemplugin.cpp +++ b/project_fs/projectfilesystemplugin.cpp @@ -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.