Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0-rc1
-
Windows 7 64 bit
Android 5.1.1
Qt for Android 5.5.0
Description
- Create a new Qt Quick Application project.
- Insert a syntax error into the project's QML file.
- Run this on an Android device.
You'll see a message about the syntax error, e.g.:W/libuntitled601.so(10541): qrc:/main.qml:10 ((null)): qrc:/main.qml:10: TypeError: Property 'qurit' of object [object Object] is not a function
You can't the click the error message so you'll have to find the wrong code yourself.
When running the application on the desktop, the file name and line number will be underlined. Clicking this will open the respective code location. This should work when running on an Android device, too.
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-17485 Add unit tests for class QtOutputFormatterPrivate
- Closed