From c083bded23b2202706ad2c2c64c38fd6065a9f7f Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Wed, 7 Sep 2011 11:52:04 +0200 Subject: Export Qt4PriFileNode Change-Id: I4e6dd89a8ddd95aa21ebf5555c05349f541bd83e Reviewed-on: http://codereview.qt.nokia.com/4335 Reviewed-by: Christian Kandeler Reviewed-by: Qt Sanity Bot --- src/plugins/qt4projectmanager/qt4project.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/plugins/qt4projectmanager/qt4project.h') diff --git a/src/plugins/qt4projectmanager/qt4project.h b/src/plugins/qt4projectmanager/qt4project.h index 04de94a5d1..ec55528ca7 100644 --- a/src/plugins/qt4projectmanager/qt4project.h +++ b/src/plugins/qt4projectmanager/qt4project.h @@ -54,18 +54,17 @@ class ProFileReader; namespace Qt4ProjectManager { class Qt4ProFileNode; +class Qt4PriFileNode; class Qt4BaseTarget; class Qt4BuildConfiguration; namespace Internal { class DeployHelperRunStep; class FileItem; - class Qt4PriFileNode; class GCCPreprocessor; struct Qt4ProjectFiles; class Qt4ProjectConfigWidget; class Qt4ProjectFile; - class Qt4PriFileNode; class Qt4NodesWatcher; } @@ -133,8 +132,8 @@ public: // For Qt4ProFileNode after a on disk change void updateFileList(); - void watchFolders(const QStringList &l, Internal::Qt4PriFileNode *node); - void unwatchFolders(const QStringList &l, Internal::Qt4PriFileNode *node); + void watchFolders(const QStringList &l, Qt4PriFileNode *node); + void unwatchFolders(const QStringList &l, Qt4PriFileNode *node); signals: void proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *node, bool, bool); @@ -167,7 +166,7 @@ private: static void collectAllfProFiles(QList &list, Qt4ProFileNode *node); static void collectApplicationProFiles(QList &list, Qt4ProFileNode *node); static void findProFile(const QString& fileName, Qt4ProFileNode *root, QList &list); - static bool hasSubNode(Internal::Qt4PriFileNode *root, const QString &path); + static bool hasSubNode(Qt4PriFileNode *root, const QString &path); static bool equalFileList(const QStringList &a, const QStringList &b); -- cgit v1.2.1