forked from qt-creator/qt-creator
compile fix with namespaces
Change-Id: I1b888ff8bd5c30a13dc8c00824d4cae6990a4b23 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
#include <QtGui/QAction>
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Project;
|
||||
class Node;
|
||||
class Project;
|
||||
class Node;
|
||||
}
|
||||
|
||||
namespace GenericProjectManager {
|
||||
@@ -48,7 +48,7 @@ namespace Internal {
|
||||
|
||||
class ProjectFilesFactory;
|
||||
|
||||
class GenericProjectPlugin: public ExtensionSystem::IPlugin
|
||||
class GenericProjectPlugin : public ExtensionSystem::IPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user