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.
This commit is contained in:
Kai Koehne
2010-02-17 13:37:00 +01:00
parent 20ec30223c
commit fb8357136e
3 changed files with 16 additions and 33 deletions

View File

@@ -85,6 +85,8 @@ public:
Internal::QmlProjectNode *rootProjectNode() const;
QStringList files(FilesMode fileMode) const;
bool validProjectFile() const;
enum RefreshOption {
ProjectFile = 0x01,
Files = 0x02,