forked from qt-creator/qt-creator
Maemo: Fix code redundancy.
Recursively removing a directory was implmented twice.
This commit is contained in:
@@ -84,7 +84,6 @@ public:
|
||||
static QString packageName(const ProjectExplorer::Project *project);
|
||||
static QString packageFileName(const ProjectExplorer::Project *project,
|
||||
const QString &version);
|
||||
static bool removeDirectory(const QString &dirPath);
|
||||
|
||||
QString projectName() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user