QuasarApp / CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/
GNU Lesser General Public License v3.0
570 stars 89 forks source link

fix: improve import filter by adding a space after the import statement #822

Closed waelkarman closed 1 month ago

waelkarman commented 1 month ago

In the issue 821 the segmentation fault issue was coming up because inside one of the parsed qml files was there importConfirmationPopup.open() adding in the filter a space after the import statement avoids these "fake import" to be catched.

EndrII commented 1 month ago

We will wait to passed tests and merge if all is good