forked from qt-creator/qt-creator
Header cleanup in Qt4ProjectManager.
Disentangle the covariant returns and introduce convenience accessors. Move internal classes away from Qt4Project. Change-Id: I6c3158988824d2a159b1b3f8ecdf8432c32be2bc Reviewed-on: http://codereview.qt.nokia.com/3216 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "qt4projectmanagerconstants.h"
|
||||
#include "qt4projectmanager.h"
|
||||
#include "qt4target.h"
|
||||
#include "qt4nodes.h"
|
||||
#include "qt4basetargetfactory.h"
|
||||
#include "ui_showbuildlog.h"
|
||||
|
||||
@@ -264,7 +265,7 @@ bool QMakeStep::init()
|
||||
|
||||
setOutputParser(new QMakeParser);
|
||||
|
||||
Qt4ProFileNode *node = qt4bc->qt4Target()->qt4Project()->rootProjectNode();
|
||||
Qt4ProFileNode *node = qt4bc->qt4Target()->qt4Project()->rootQt4ProjectNode();
|
||||
if (qt4bc->subNodeBuild())
|
||||
node = qt4bc->subNodeBuild();
|
||||
QString proFile = node->path();
|
||||
|
||||
Reference in New Issue
Block a user