forked from qt-creator/qt-creator
Don't allow opening the same generic project multiple times
Quick fix by copying code also found in Qt4 and QML project managers. Would be better to have some common solution... Task-number: QTCREATORBUG-1383
This commit is contained in:
@@ -181,7 +181,7 @@ QString Qt4Manager::mimeType() const
|
||||
return QLatin1String(Qt4ProjectManager::Constants::PROFILE_MIMETYPE);
|
||||
}
|
||||
|
||||
ProjectExplorer::Project* Qt4Manager::openProject(const QString &fileName)
|
||||
ProjectExplorer::Project *Qt4Manager::openProject(const QString &fileName)
|
||||
{
|
||||
Core::MessageManager *messageManager = Core::ICore::instance()->messageManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user