blob: 4d04041f8fe047fecf8ce6bc0d632b46481acec3 [file] [log] [blame]
import QtQuick 2.0
QtObject {
signal testSignal(int foo, bool bar, real baz)
}