forked from qt-creator/qt-creator
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:
@@ -85,6 +85,8 @@ public:
|
||||
Internal::QmlProjectNode *rootProjectNode() const;
|
||||
QStringList files(FilesMode fileMode) const;
|
||||
|
||||
bool validProjectFile() const;
|
||||
|
||||
enum RefreshOption {
|
||||
ProjectFile = 0x01,
|
||||
Files = 0x02,
|
||||
|
||||
Reference in New Issue
Block a user