Vcs: Use Utils::FileName where possible in the CheckoutWizards

Change-Id: I7e90f2c3468099229620d6713b39b69d8dbe8ff0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2014-05-05 18:17:46 +02:00
parent 338782020c
commit 434ecd6215
18 changed files with 69 additions and 72 deletions

View File

@@ -32,7 +32,7 @@
#include <vcsbase/basecheckoutwizardpage.h>
#include <QSharedPointer>
#include <utils/fileutils.h>
namespace VcsBase { class Command; }
@@ -48,7 +48,7 @@ public:
explicit CloneWizardPage(QWidget *parent = 0);
~CloneWizardPage();
VcsBase::Command *createCheckoutJob(QString *checkoutPath) const;
VcsBase::Command *createCheckoutJob(Utils::FileName *checkoutPath) const;
protected:
QString directoryFromRepository(const QString &r) const;