forked from qt-creator/qt-creator
Some QString -> FileName transformation
Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f8dfa03d4f
commit
71b56d2b9c
@@ -30,6 +30,8 @@
|
||||
#ifndef GERRIT_INTERNAL_GERRITPLUGIN_H
|
||||
#define GERRIT_INTERNAL_GERRITPLUGIN_H
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QPointer>
|
||||
#include <QSharedPointer>
|
||||
@@ -61,7 +63,7 @@ public:
|
||||
|
||||
bool initialize(Core::ActionContainer *ac);
|
||||
|
||||
static QString gitBinary();
|
||||
static Utils::FileName gitBinary();
|
||||
static QString branch(const QString &repository);
|
||||
void addToLocator(Core::CommandLocator *locator);
|
||||
void push(const QString &topLevel);
|
||||
|
||||
Reference in New Issue
Block a user