More git plugin fixes.

UITabWidget minor fix.
This commit is contained in:
Martín Lucas Golini
2024-01-25 23:35:47 -03:00
parent fdd8df9123
commit 80b6a4ea82
9 changed files with 117 additions and 60 deletions

View File

@@ -179,6 +179,8 @@ class GitPlugin : public PluginBase {
const std::string& icon = "" );
std::string repoSelected();
std::vector<std::string> fixFilePaths( const std::vector<std::string>& files );
};
} // namespace ecode