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:
@@ -28,11 +28,12 @@
|
||||
|
||||
using namespace Git::Internal;
|
||||
using namespace Gerrit::Internal;
|
||||
using namespace Utils;
|
||||
|
||||
BranchComboBox::BranchComboBox(QWidget *parent) : QComboBox(parent)
|
||||
{ }
|
||||
|
||||
void BranchComboBox::init(const QString &repository)
|
||||
void BranchComboBox::init(const FilePath &repository)
|
||||
{
|
||||
m_repository = repository;
|
||||
QString currentBranch = GitClient::instance()->synchronousCurrentLocalBranch(repository);
|
||||
|
||||
Reference in New Issue
Block a user