QmlDesigner: Improve defaults of external dependencies fake

Otherwise we get rewriter errors.

Change-Id: I0ce712bc3a473fec88afc4cc59ff6b5ad4828cf1
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2022-10-18 16:12:55 +02:00
parent f696d1e6cf
commit 4e72e0fd27

View File

@@ -155,8 +155,8 @@ public:
bool viewManagerUsesRewriterView(class RewriterView *) const override { return true; }
void viewManagerDiableWidgets() override {}
QString itemLibraryImportUserComponentsTitle() const override { return {}; }
bool isQt6Import() const override { return false; }
bool hasStartupTarget() const override { return false; }
bool isQt6Import() const override { return true; }
bool hasStartupTarget() const override { return true; }
PuppetStartData puppetStartData(const class Model &) const override { return {}; }
public: