-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.2.1, Qt Creator 4.3.0-beta1
-
None
-
Ubuntu 15.04
x86_64
Try to reformat (Tools->QML/JS->Reformat File) the following test file:
import QtQuick 2.5 Item { // Comment signal test }
The result observed (with/without signal parameters or with multi-line comment) is:
import QtQuick 2.5 Item { signal // Comment test }
The comments are always between the string "signal" and the signal name.