Environment: Fix crash searching executables in windows

This commit is contained in:
Tobias Hunger
2010-10-18 11:10:55 +02:00
parent b2ba7c706e
commit ac2f0f1ca3
2 changed files with 46 additions and 36 deletions

View File

@@ -103,6 +103,8 @@ public:
bool operator!=(const Environment &other) const;
bool operator==(const Environment &other) const;
private:
QString searchInPath(const QStringList &executables,
const QStringList & additionalDirs = QStringList()) const;
QMap<QString, QString> m_values;
};