aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2010-02-17 13:37:00 +0100
committerKai Koehne <[email protected]>2010-02-17 16:32:41 +0100
commitfb8357136efff51c9874c1a17a3889a650a3dada (patch)
tree738729d706cad2ab1ace8a1aa240981937b0df9b /src/plugins/qmlprojectmanager/qmlproject.h
parent20ec30223c95c49b7512de13add5edb77453352c (diff)
Remove support for old .qmlproject file format
We used to fail back to the old format if the .qmlproject file was invalid. Anyhow, this lead to weird effects ... better disable it explicitly. That no warning is shown right now when loading an invalid qmlproject file is a bug in coreplugin.
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index 994d75acb4e..3e209e53fad 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -85,6 +85,8 @@ public:
Internal::QmlProjectNode *rootProjectNode() const;
QStringList files(FilesMode fileMode) const;
+ bool validProjectFile() const;
+
enum RefreshOption {
ProjectFile = 0x01,
Files = 0x02,