aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/remotedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/remotedialog.cpp')
-rw-r--r--src/plugins/git/remotedialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/git/remotedialog.cpp b/src/plugins/git/remotedialog.cpp
index 6d211e0c7ca..6463433f377 100644
--- a/src/plugins/git/remotedialog.cpp
+++ b/src/plugins/git/remotedialog.cpp
@@ -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;