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:
Thorbjørn Lindeijer
2010-05-17 16:18:34 +02:00
parent 896f474511
commit 2816ccbd37
4 changed files with 18 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ namespace Internal {
class GenericProject;
class Manager: public ProjectExplorer::IProjectManager
class Manager : public ProjectExplorer::IProjectManager
{
Q_OBJECT