https://bugs.kde.org/show_bug.cgi?id=384694

            Bug ID: 384694
           Summary: Qt Quick errors are not shawn in Run toolview
           Product: kdevelop
           Version: 5.1.2
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: QML/JavaScript
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: safa1996alful...@gmail.com
  Target Milestone: ---

If you have a QML file that has an error, these errors are not shawn in the
"Run" toolview, and the app keeps run (which is true) without any notice of an
error.

Example QML file:

############################
import QtQuick 2.7

Item
{
    width: "Hi!"
    appProp: 240
}
############################

If you run the app from terminal, it complains about appProp first, fixing it
will lead to the width error then.


[safa@archlinux src]$ ./testApp
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:6 Cannot assign to non-existent property "appProp"

*Fix in KDevleop*

[safa@archlinux src]$ ./testApp
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:5 Invalid property assignment: number expected

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to