blob: ad9b002176cde674391c5e16a6a93f8304f80d5e [file] [log] [blame]
import QtQuick 2.0
QtObject {
signal testSignal(variant foo, var bar)
}