Foldernavigationwidget: Add "Open Terminal" and "Open Explorer".

Move code to Foldernavigationwidget as static utilities and use
them from there and from the Project explorer. Fix error message box.
Task-number: QTCREATORBUG-62
This commit is contained in:
Friedemann Kleint
2010-01-26 12:31:58 +01:00
parent 666724b201
commit 7ddfd8659a
6 changed files with 135 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ GeneralSettings::GeneralSettings():
QString GeneralSettings::id() const
{
return QLatin1String("A.General");
return QLatin1String(Core::Constants::SETTINGS_ID_ENVIRONMENT);
}
QString GeneralSettings::displayName() const