SelectableFilesModel: Use Utils::FileName

* Fix fallout caused by that

Change-Id: If1f068b060b414402918118a826a0f9405c976cd
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-03 13:03:39 +01:00
parent 26c872f3e6
commit e484160081
8 changed files with 97 additions and 85 deletions

View File

@@ -35,7 +35,10 @@
#include <coreplugin/basefilewizardfactory.h>
#include <utils/wizard.h>
namespace Utils { class FileWizardPage; }
namespace Utils {
class FileName;
class FileWizardPage;
} // namespace Utils
namespace GenericProjectManager {
namespace Internal {
@@ -51,8 +54,8 @@ public:
QString path() const;
void setPath(const QString &path);
QStringList selectedFiles() const;
QStringList selectedPaths() const;
QList<Utils::FileName> selectedFiles() const;
QList<Utils::FileName> selectedPaths() const;
QString projectName() const;