forked from qt-creator/qt-creator
Vcs: Use more FilePath for file paths
Change-Id: I855cde65d034a9647972a7fddf1e8266d7ccfa88 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -58,9 +58,9 @@ public:
|
||||
void initialize(Core::ActionContainer *ac);
|
||||
|
||||
static Utils::FilePath gitBinDirectory();
|
||||
static QString branch(const QString &repository);
|
||||
static QString branch(const Utils::FilePath &repository);
|
||||
void addToLocator(Core::CommandLocator *locator);
|
||||
void push(const QString &topLevel);
|
||||
void push(const Utils::FilePath &topLevel);
|
||||
|
||||
void updateActions(const VcsBase::VcsBasePluginState &state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user