ProjectManager: Make Open Project dialog open in default folder

Move open project dialog handling into ProjectExplorer and make it
use its list of project file patterns. Same in Checkout wizards.

Task-number: QTCREATORBUG-1759
Reviewed-by: dt
This commit is contained in:
Friedemann Kleint
2010-06-28 14:34:30 +02:00
parent eaf8d2692e
commit a945f8b5fd
8 changed files with 43 additions and 21 deletions

View File

@@ -677,7 +677,7 @@ QString FileManager::getSaveAsFileName(IFile *file)
}
/*!
\fn QString FileManager::getOpenFileNames(const QStringList &filters, QString *selectedFilter) const
\fn QString FileManager::getOpenFileNames(const QStringList &filters, const QString &path, QString *selectedFilter) const
Asks the user for a set of file names to be opened.
*/