summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4project.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2011-09-07 11:52:04 +0200
committerDaniel Teske <daniel.teske@nokia.com>2011-09-07 12:10:03 +0200
commitc083bded23b2202706ad2c2c64c38fd6065a9f7f (patch)
tree0a91e402885fdfe874c813951e55be71f27fdead /src/plugins/qt4projectmanager/qt4project.h
parent6b1bc495a0b4688e134342027c7c58add92c4f98 (diff)
downloadqt-creator-c083bded23b2202706ad2c2c64c38fd6065a9f7f.tar.gz
Export Qt4PriFileNode
Change-Id: I4e6dd89a8ddd95aa21ebf5555c05349f541bd83e Reviewed-on: http://codereview.qt.nokia.com/4335 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4project.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4project.h9
1 files changed, 4 insertions, 5 deletions
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<Qt4ProFileNode *> &list, Qt4ProFileNode *node);
static void collectApplicationProFiles(QList<Qt4ProFileNode *> &list, Qt4ProFileNode *node);
static void findProFile(const QString& fileName, Qt4ProFileNode *root, QList<Qt4ProFileNode *> &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);