forked from qt-creator/qt-creator
qmake: move over from QmakeProjectNodes to QmakeParserNodes
Change-Id: Iab87e0c248b0f651a1774336c3bddf83baa9d057 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
62726c3f77
commit
f9eab73dad
@@ -32,9 +32,7 @@
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
namespace QmakeProjectManager {
|
||||
class QmakeProFileNode;
|
||||
}
|
||||
namespace QmakeProjectManager { class QmakeProFile; }
|
||||
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
@@ -77,7 +75,7 @@ signals:
|
||||
void localExecutableChanged();
|
||||
|
||||
private:
|
||||
void proFileUpdated(QmakeProjectManager::QmakeProFileNode *pro, bool success, bool parseInProgress);
|
||||
void proFileUpdated(QmakeProjectManager::QmakeProFile *pro, bool success, bool parseInProgress);
|
||||
void deviceChanges();
|
||||
void init();
|
||||
void enabledCheck();
|
||||
|
||||
Reference in New Issue
Block a user