forked from qt-creator/qt-creator
Vcs: Use Utils::FileName where possible in the CheckoutWizards
Change-Id: I7e90f2c3468099229620d6713b39b69d8dbe8ff0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user