blob: b848bb5cb59bf51eaf698cdcae67c40405d46d84 [file] [log] [blame]
import QtQuick 2.0
QtObject {
signal testSignal(color foo, date bar, url baz)
}