forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user