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:
@@ -38,6 +38,8 @@
|
||||
#include <QMessageBox>
|
||||
#include <QRegularExpression>
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
|
||||
@@ -152,7 +154,7 @@ RemoteDialog::~RemoteDialog()
|
||||
delete m_ui;
|
||||
}
|
||||
|
||||
void RemoteDialog::refresh(const QString &repository, bool force)
|
||||
void RemoteDialog::refresh(const FilePath &repository, bool force)
|
||||
{
|
||||
if (m_remoteModel->workingDirectory() == repository && !force)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user