forked from qt-creator/qt-creator
Some QString -> FileName transformation
Change-Id: I4a8a8f68bb1e52750380218793ec3029b488c01f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f8dfa03d4f
commit
71b56d2b9c
@@ -33,6 +33,8 @@
|
||||
#include "subversionsettings.h"
|
||||
#include <vcsbase/vcsbaseclient.h>
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
namespace Subversion {
|
||||
namespace Internal {
|
||||
|
||||
@@ -83,7 +85,7 @@ protected:
|
||||
const QStringList &files,
|
||||
const QStringList &extraOptions);
|
||||
private:
|
||||
QString m_svnVersionBinary;
|
||||
Utils::FileName m_svnVersionBinary;
|
||||
QString m_svnVersion;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user